Files
RSSHub-python/rsshub/templates/main/word.html
2022-01-02 13:54:25 +08:00

3 lines
84 B
HTML

{% extends "layout.html" %} {% block content %}
<h3>{{ word }}</h3>
{% endblock %}