{% extends "WebPortfolio/Module/Cms/Post/_layout.html" %} {% import "WebPortfolio/macros/base.html" as wp with context %} {% block post_content %}

Archive

{% for post in posts %}
  • {{ post.published_at | datetime("%B %Y") }}
  • {% endfor %} {% endblock %}