| --- | |
| 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> |