1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-07-17 22:04:24 +03:00
raconteur/_layouts/default.html

14 lines
238 B
HTML
Raw Normal View History

2015-04-13 12:32:17 +03:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
2015-04-13 23:50:46 +03:00
<div class="section content">
2015-04-13 12:32:17 +03:00
<div class="container">
{{ content }}
</div class="container">
2015-04-13 23:50:46 +03:00
</div>
2015-04-13 12:32:17 +03:00
{% include footer.html %}
</body>
</html>