rssto/crates/http/templates/info.html.tera
2026-01-07 23:25:02 +02:00

12 lines
No EOL
215 B
Text

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