22 lines
No EOL
249 B
HTML
22 lines
No EOL
249 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include metahead.html %}
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include hero.html %}
|
|
|
|
<!-- <div id="navigation"> </div> -->
|
|
|
|
<div id="content">
|
|
{{ content }}
|
|
</div>
|
|
|
|
<div id="footer">
|
|
{% include footer.html %}
|
|
</div>
|
|
</body>
|
|
|
|
</html> |