{% extends "base.html" %} {% import "_macros/posts.html" as posts %} {% block content %}

标记有{{ tag }}的所有文章

{{ posts.list(site.tagged(tag)) }} {% endblock %}