erang template

This commit is contained in:
Sanj 2011-12-17 12:35:26 +05:30
parent 32bdcebe49
commit c30980c58e

View File

@ -58,16 +58,18 @@
<div class="contentLinks">
<h1>WEB LINKS</h1>
<h2>{{ weblinks.title }}Dummy title</h2>
<p>{{ weblinks.text|markdown }}Dummy text</p>
<p>{{ weblinks.text|markdown }}Dummy text</p>
{% for weblink in weblinks %}
<h2>{{ weblinks.title }}</h2>
<p>{{ weblinks.text|markdown }}</p>
{% endfor %}
</div><!-- WEB LINKS CLOSING -->
<div class="contentLinks">
<h1>BULLETIN BOARD</h1>
<h2>{{ weblinks.title }}Dummy title</h2>
<p>{{ weblinks.text|markdown }}Dummy text</p>
<p>{{ weblinks.text|markdown }}Dummy text</p>
{% for bbitem in bbitems %}
<h2>{{ weblinks.title }}</h2>
<p>{{ weblinks.text|markdown }}</p>
{% endfor %}
</div><!-- WEB LINKS CLOSING -->