10 lines
159 B
HTML
10 lines
159 B
HTML
{% extends "layout/default.html" %}
|
|
|
|
{% block title %}{{ tag.name }} posts{% endblock %}
|
|
|
|
{% block content -%}
|
|
|
|
<h1>{{ tag.name }} posts</h1>
|
|
|
|
{%- endblock %}
|