updated main pages links
This commit is contained in:
parent
d29902c676
commit
5fd4275046
46 changed files with 467 additions and 770 deletions
21
cms_templates/two_columns.html
Normal file
21
cms_templates/two_columns.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{% extends "base_glarus.html" %}
|
||||
{% load staticfiles cms_tags %}
|
||||
{% block title %}About{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="box">
|
||||
<div class="col-lg-6">
|
||||
{% placeholder 'two_columns_a' %}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{% placeholder 'two_columns_b' %}
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue