cyberstammtisch-silverstripe/themes/starter/templates/Layout/Security.ss
2021-10-20 13:45:30 +02:00

23 lines
627 B
Scheme

<div class="container">
<div class="row">
<section class="col-lg-8 offset-lg-2">
<div class="page-header border-bottom pb-3 mt-5 mb-4">
$Breadcrumbs
<h1>$Title</h1>
</div>
</section>
</div>
<div class="row">
<section class="col-lg-8 offset-lg-2">
<% if $Content.RichLinks %>
$Content.RichLinks
<% else %>
$Content
<% end_if %>
$Form
<% include RelatedPages %>
$CommentsForm
</section>
</div>
</div>
<% include PageUtilities %>