WEB LINKS
{% for weblink in weblinks %}
• {{ weblink.box_title|truncatewords:12 }}
{% endfor %}
More »
BULLETIN BOARD
{% for bbitem in bbitems %}
• {{ bbitem.box_title|truncatewords:12 }}
{% endfor %}
More »
{% for article in articles %}
{{ article.title }}
{% if article.author %}
by: {{ article.author }}
{% endif %}
{% if article.main_image %}
{% thumbnail article.main_image "x380" as im %}
{% endthumbnail %}
{% endif %}
{{ article.subtitle }}
{{ article.text|insert_images_web:article.id|markdown }}
{{ article.author_bio|markdown }}
{% endfor %}
WEB LINKS
{% for weblink in weblinks %}
{{ weblink.text|markdown }}
{% endfor %}
BULLETIN BOARD
{% for bbitem in bbitems %}
{{ bbitem.title }}
{{ bbitem.text|markdown }}
{% endfor %}