{% extends 'inner.html' %} {% load thumbnail %} {% block title %} | Noteworthy {% endblock %} {% block extra_meta_content %}: Noteworthy {% endblock %} {% block extra2_head %} {% endblock %} {% block contentId %} id="showContent" {% endblock %} {% block inner_content %} {% for n in noteworthy %}
{% if n.image %} {% thumbnail n.image "200" as im %} {% endthumbnail %} {% else %}
{% endif %}

{% if n.url %} {% endif %}{{ n.title }} {% if n.url %} {% endif %}


{{ n.description|linebreaksbr }}

{% endfor %} {% endblock %}