mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 14:34:24 +01:00
28 lines
667 B
HTML
28 lines
667 B
HTML
---
|
|
layout: core
|
|
---
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="span6 offset6">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
|
|
<div class="span12">
|
|
{% if page.headline %}
|
|
<div class="hero-unit"{% if page.headbg %} style="background:url({{page.headbg}})" {% endif %}>
|
|
<h1>{{ page.headline }}</h1>
|
|
</div>
|
|
{% endif %}
|
|
<div class="content{% if page.class %} {{ page.class }}{% endif %}">
|
|
{{ content }}
|
|
</div>
|
|
<div class="footer">
|
|
Made with <a href="https://dergigi.com/support" target="_blank">🧡</a> by <a href="https://dergigi.com" target="_blank">Gigi</a>.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|