new site
This commit is contained in:
20
_layouts/base.html
Executable file
20
_layouts/base.html
Executable file
@@ -0,0 +1,20 @@
|
||||
{% include mode_switcher.html %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include head_base.html %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% include header.html %}
|
||||
|
||||
<section id="l-main">
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user