freenet-router |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 2 | simandl | <!DOCTYPE html> |
2 | <html> |
||
3 | <head> |
||
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
||
5 | {% block styles %} |
||
6 | {% for style in styles %} |
||
7 | <link rel="stylesheet" href="{{style}}" /> |
||
8 | {% endfor %} |
||
9 | {% endblock %} |
||
10 | {% block scripts %} |
||
11 | {% for script in scripts %} |
||
12 | <script type="text/javascript" src="{{script}}"></script> |
||
13 | {% endfor %} |
||
14 | {% endblock %} |
||
15 | <title> |
||
16 | {% block title %} |
||
17 | {{ title }} |
||
18 | {% endblock %} |
||
19 | </title> |
||
20 | |
||
21 | </head> |
||
22 | <body> |
||
23 | {% block body %} |
||
24 | |
||
25 | {% endblock %} |
||
26 | </body> |
||
27 | </html> |