template
This commit is contained in:
@@ -2,20 +2,4 @@
|
||||
{% set first_image = page.media.images %}
|
||||
{% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
|
||||
|
||||
<section id="{{ _self.pageLinkName(page.menu) }}" class="section bg-gray">
|
||||
<section class="container {{ grid_size }}">
|
||||
<div class="columns">
|
||||
|
||||
<div class="column col-6 col-md-12">
|
||||
<h2>{{ page.header.title }}</h2>
|
||||
<p>sovaj - matriz</p>
|
||||
</div>
|
||||
|
||||
<div class="column col-6 col-md-12">
|
||||
{{ content }}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
{{ content }}
|
||||
|
||||
Reference in New Issue
Block a user