mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-22 01:37:05 +00:00
12 lines
160 B
HTML
12 lines
160 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
{% include head.html %}
|
||
|
<body>
|
||
|
{% include navigation.html %}
|
||
|
|
||
|
{{ content }}
|
||
|
|
||
|
{% include footer.html %}
|
||
|
</body>
|
||
|
</html>
|