blob: 33c0a7fff7c053d6d01e55d817f3dd8d23989269 [file] [log] [blame]
---
layout: base
---
{% include jumbotron.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>