rssto/crates/http/templates/info.html.tera
2026-01-10 22:47:46 +02:00

10 lines
No EOL
203 B
Text

{% extends "layout" %}
{% block content %}
<div>
<h1>{{ name }}</h1>
<p><a href="{{ link }}">{{ time }}</a></p>
<div>
{{ description | safe }}
</div>
</div>
{% endblock content %}