erang template
This commit is contained in:
parent
32bdcebe49
commit
c30980c58e
|
@ -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 -->
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user