findcommonground.uk/_layouts/default.html

19 lines
196 B
HTML
Raw Permalink Normal View History

2014-02-07 00:18:00 +00:00
<!DOCTYPE html>
<html lang="en">
2014-02-07 00:18:00 +00:00
{% include head.html %}
2014-02-07 00:18:00 +00:00
<body>
{% include analytics.html %}
{% include nav.html %}
2014-06-01 19:20:02 +00:00
{{ content }}
2014-02-07 00:18:00 +00:00
{% include footer.html %}
</body>
2014-08-03 03:27:38 +00:00
</html>