mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-23 08:24:25 +01:00
15 lines
235 B
HTML
15 lines
235 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="span8 offset2">
|
|
<div class="content">
|
|
{% if page.title %}<h1>{{ page.title }}</h1>{% endif %}
|
|
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |