{% extends "base.html" %} {% block htmltitle %} All {{ category }} {% endblock %} {% block metadata %} {% for tag, value in page.ogtags %} {% endfor %} {% endblock %} {% block content %} About Me {% for article in dates %} {{ article.title }} {{ article.summary|striptags|e }} {% endfor %} {% endblock %}