forked from ag_kommunikation/webseite
Removed unnecessary stuff from templates.
This commit is contained in:
parent
e45b6282e2
commit
a548128709
@ -7,7 +7,7 @@
|
||||
</div>
|
||||
|
||||
{% for blk in this.section.blocks %}
|
||||
<section class="content {{ loop.cycle('-odd', '-even') }} -columns">
|
||||
<section class="content {{ loop.cycle('-odd', '-even') }}">
|
||||
{% if blk.title %}
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box">
|
||||
|
@ -1,12 +1,12 @@
|
||||
{% extends "header_slim.html" %}
|
||||
{% block title %}{{ this.title }}{% endblock %}
|
||||
{% block body %}
|
||||
<section class="content -odd -columns">
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box">
|
||||
<h1>{{ this.title }}</h1>
|
||||
</div>
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box">
|
||||
<h1>{{ this.title }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
<section class="content -odd -columns">
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box">
|
||||
{{ this.body }}
|
||||
|
Loading…
Reference in New Issue
Block a user