Skip to content
Snippets Groups Projects
Commit 7ffb263c authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Add ID to body + use grid to style header

parent f05eb4bf
No related branches found
No related tags found
No related merge requests found
......@@ -17,20 +17,14 @@
<meta name="robots" content="noindex, nofollow">
{% block preload %}{% endblock %}
</head>
<body>
<div id="wrap">
{% block header %}{% include "_header.twig" %}{% endblock %}
<div id="content">
{% block contentwrapper %}
{% block content %}{% endblock %}
{% endblock %}
</div><!-- #content -->
<div id="footer">
{% block footer %}{% include "_footer.twig" %}{% endblock %}
<body id="{{ templateId }}">
<div id="wrap"> <!-- header -->
<div class="pure-g">
<div class="pure-u-1">
{% block header %}{% include "_header.twig" %}{% endblock %}
</div>
</div>
</div>
</div><!-- #wrap -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment