mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-02 10:05:32 +00:00
draft initial http application
This commit is contained in:
parent
4c99208535
commit
353c78b2f0
12 changed files with 406 additions and 0 deletions
12
crates/http/templates/info.html.tera
Normal file
12
crates/http/templates/info.html.tera
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{% extends "layout" %}
|
||||
{% block content %}
|
||||
<div>
|
||||
<h1>{{ title }}</h1>
|
||||
<div>
|
||||
{{ description }}
|
||||
</div>
|
||||
<div>
|
||||
<a href="{{ link }}">{{ time }}</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue