mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
add safe filter
This commit is contained in:
parent
add90d66d7
commit
d63d99d392
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
<a href="{{ link }}">{{ time }}</a>
|
<a href="{{ link }}">{{ time }}</a>
|
||||||
<div>
|
<div>
|
||||||
{{ description }}
|
{{ description | safe }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue