{% extends "layout.html" %} {% block title %}Blog{% endblock %} {% block lead %}Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.{% endblock %} {% block page_content %} {% for blog in bloglist: %}

{{ bloglist[blog].metadata['title'] }}

{{ bloglist[blog].metadata['date'] }}

{{ bloglist[blog].metadata['author'] }}

{{ bloglist[blog]|safe }}

{% endfor %} {% endblock %}