22 lines
242 B
HTML
22 lines
242 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{% include dev_head.html %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include dev_nav.html %}
|
|
|
|
<div id="raw-content-wrapper">
|
|
{{content}}
|
|
</div>
|
|
|
|
{% include dev_footer.html %}
|
|
|
|
</body>
|
|
|
|
</html> |