{% extends 'inner.html' %} {% block title %} | Noteworthy {% endblock %} {% block extra_meta_content %}: Noteworthy {% endblock %} {% block extra2_head %} {% endblock %} {% block contentId %} id="showContent" {% endblock %} {% block inner_content %}

Title


This is dummy text about a beautiful architectural website.


Read more


{% for n in noteworthy %}
{{ n.title }}

{{ n.title }}


{{ n.description }}


{{ n.url }}


{% endfor %} {% endblock %}