34 lines
330 B
HTML
34 lines
330 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{% include dev_head.html %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{%- comment -%}{% include dev_nav.html %}{%- endcomment -%}
|
|
|
|
<div id="">
|
|
|
|
<div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% include dev_footer.html %}
|
|
|
|
</body>
|
|
|
|
</html> |