2018-03-24 11:45:31 +01:00
|
|
|
<div class="page-content">
|
2019-12-12 16:15:44 +01:00
|
|
|
<h1 class="element page-header $DefaultContainer<% if $ElementalArea.Elements.Count < 1 %> no-elements<% end_if %>">
|
|
|
|
$Title
|
|
|
|
</h1>
|
2018-03-24 11:45:31 +01:00
|
|
|
|
2018-08-26 12:46:03 +02:00
|
|
|
<div class="page-content">
|
2019-04-11 00:15:29 +02:00
|
|
|
<% if $CurrentElement %>
|
|
|
|
$CurrentElement
|
|
|
|
<% else %>
|
|
|
|
$ElementalArea
|
|
|
|
<% end_if %>
|
2018-03-24 11:45:31 +01:00
|
|
|
|
|
|
|
<% if $Form %>
|
2018-08-26 12:46:03 +02:00
|
|
|
<div class="container">
|
2018-03-24 11:45:31 +01:00
|
|
|
$Form
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
2018-07-02 03:54:18 +02:00
|
|
|
|
|
|
|
<% if $ExtraCode %>
|
|
|
|
<div class="extra-code extra-code-page">
|
|
|
|
$ExtraCode
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
2018-08-26 12:46:03 +02:00
|
|
|
</div>
|
2018-07-02 03:54:18 +02:00
|
|
|
|
|
|
|
</div>
|