{% extends "base.html" %}
-{% import "includes/post_card.html" as post_card %}
+{% import "includes/post_card.html" as post_card with context %}
{% block title %}{{ article.title }} - {{ SITENAME }}{% endblock %}
{% extends "base.html" %}
-{% import "includes/post_card.html" as post_card %}
-{% import "includes/pagination.html" as pagination %}
+{% import "includes/post_card.html" as post_card with context %}
+{% import "includes/pagination.html" as pagination with context %}
{% block content %}
{% block content_title %}{% endblock %}
{% extends "base.html" %}
-{% import "includes/post_card.html" as post_card %}
+{% import "includes/post_card.html" as post_card with context %}
{% block title %}{{ SITENAME }} - {{ period|reverse|join(' ') }} archives{% endblock %}