{% extends "layout.html" %} {% block title %}Blogs{% 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 %}

Blog Posts

{% for blog in bloglist: %}
{{ bloglist[blog]['title'] }}

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

Read
{% endfor %}
{% endblock %}