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