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.
easy-rules/site/_layouts/default.html

17 lines
188 B
HTML

{% include top.html %}
<body class="wrap">
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include analytics.html %}
</body>
{% include bottom.html %}