Limnoria/_layouts/default.html
Mikaela Suomalainen a3d98f8b3c Add Google Analytics
here people are probably even more likely to block this.
2015-01-02 18:23:28 +02:00

23 lines
289 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
{% include google_analytics.html %}
</body>
</html>