freenet-router |
Subversion Repositories: |
Compare with Previous - Blame - Download
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
{% block styles %}
{% for style in styles %}
<link rel="stylesheet" href="{{style}}" />
{% endfor %}
{% endblock %}
{% block scripts %}
{% for script in scripts %}
<script type="text/javascript" src="{{script}}"></script>
{% endfor %}
{% endblock %}
<title>
{% block title %}
{{ title }}
{% endblock %}
</title>
</head>
<body>
{% block body %}
{% endblock %}
</body>
</html>