Add base in which <p> spans all columns by default
This commit is contained in:
parent
3ff627cdc8
commit
4add841e55
21
_includes/layouts/base_full_width_text.njk
Normal file
21
_includes/layouts/base_full_width_text.njk
Normal file
@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html lang="{{ metadata.language }}">
|
||||
<head>
|
||||
{% include "metadata.njk" %}
|
||||
{#- Bundle CSS #}
|
||||
{%- css %}{% include "public/css/index.css" %}{% endcss %}
|
||||
{%- css %}{% include "public/css/webfonts/webfonts.css" %}{% endcss %}
|
||||
<style>{% getBundle "css" %}</style>
|
||||
{% include "structuredData.njk" %}
|
||||
{% include "umami.html" %}
|
||||
</head>
|
||||
<body>
|
||||
{% include "header.njk" %}
|
||||
<main id="skip">
|
||||
<section class="full-width-text">
|
||||
{{ content | safe }}
|
||||
</section>
|
||||
</main>
|
||||
{% include "footer.njk" %}
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user