Rename directories
This commit is contained in:
parent
d235573df7
commit
a5d4a04c32
20 changed files with 0 additions and 0 deletions
23
source/_views/default.html.twig
Normal file
23
source/_views/default.html.twig
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="en-GB">
|
||||
{{ include('head') }}
|
||||
<body class="{{ page.blocks.body_classes }}">
|
||||
{{ include('nav') }}
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<main class="col-md-9">
|
||||
{% block content_top %}{% endblock %}
|
||||
{% block content_wrapper %}
|
||||
{% block content %}{% endblock %}
|
||||
{% endblock %}
|
||||
{% block content_bottom %}{% endblock %}
|
||||
</main>
|
||||
|
||||
{{ include('sidebar') }}
|
||||
</div>{# .row #}
|
||||
</div>{# .container #}
|
||||
|
||||
{{ include('footer') }}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue