flex/templates/tag.html
波哥 9eccd9c006
fixed UnicodeDecodeError
Fixed UnicodeDecodeError when the tag is Unicode char,
2018-12-16 14:51:42 +08:00

3 lines
108 B
HTML

{% extends "index.html" %}
{% block title %} – Tag {{ tag }}{% endblock %}
{% set summarise = True %}