page.html.j2 is back
This commit is contained in:
parent
f447c7c81e
commit
b5029e7367
1 changed files with 29 additions and 0 deletions
29
cara/apps/templates/page.html.j2
Normal file
29
cara/apps/templates/page.html.j2
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{% extends "layout.html.j2" %}
|
||||
|
||||
{% block main %}
|
||||
<div style="height: 8em; display: block;"></div>
|
||||
|
||||
<div class="field--item">
|
||||
<div class="component-row component-row__display__fluidcenter section-navigation effect_none">
|
||||
<div class="component-row__row">
|
||||
<div class="component-row__column component-row__center section-has-no-column col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="box-effects-wrapper ">
|
||||
<div class="text-component text-component-page clearfix">
|
||||
{% block contents %}
|
||||
{{ contents }}
|
||||
{% endblock contents %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<a class="endof-cern-header-blocks"></a>
|
||||
|
||||
</div>
|
||||
<br>
|
||||
{% endblock main %}
|
||||
Loading…
Reference in a new issue