website added banner

This commit is contained in:
Rushabh Mehta
2013-03-12 11:22:30 +05:30
parent f47d53adbc
commit 1aff4c384d
4 changed files with 25 additions and 20 deletions

View File

@@ -4,6 +4,9 @@
<header>
</header>
<div class="container">
{% if banner_html %}<div class="row" style="margin-top: 30px;">
<div class="span12">{{ banner_html }}</div>
</div>{% endif %}
<div class="outer">
{% include "html/navbar.html" %}
<div class="content row" id="page-{{ name }}" style="display: block;">