blob: 889abb1207d7a26b404cc98d767611bd9cfbc9e9 [file] [log] [blame]
---
layout: base
---
{% include jumbotron-wicket8.html %}
<div class="l-container">
<section>
{{ content }}
</section>
{% for item in page.additionalContents %}
<section id="{{item.sectionId}}" class="{{item.cssClass}}">
{% include {{item.path}} %}
</section>
{% endfor %}
</div>