You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
188 B
HTML
17 lines
188 B
HTML
11 years ago
|
{% include top.html %}
|
||
|
|
||
|
<body class="wrap">
|
||
|
|
||
|
{% include header.html %}
|
||
|
|
||
|
{{ content }}
|
||
|
|
||
|
{% include footer.html %}
|
||
|
|
||
|
{% include analytics.html %}
|
||
|
|
||
|
</body>
|
||
|
|
||
|
{% include bottom.html %}
|
||
|
|