roundabout,
created on Tuesday, 11 June 2024, 18:24:20 (1718130260),
received on Wednesday, 31 July 2024, 06:54:49 (1722408889)
Author identity: vlad <vlad.muntoiu@gmail.com>
39b8e29333b6fac7ddf797dd0c0335c0ebb4c4c6
templates/search.html
@@ -6,10 +6,22 @@
{% block content %} <x-vbox> <x-frame style="--width: 896px;" class="flexible-space"> <ul><ul style="list-style: none;" class="noindent">{% for result in results %} <li> <a href="{{ result.route }}">{{ result.route }}</a><article class="card" style="flex: 0 1 auto;"> <section class="card-main"> <a href="{{ result.route }}"><h3>{{ result.name }}</h3></a> {% if result.info %} <p>{{ result.info }}</p> {% endif %} {% if result.url %} <p> Homepage: <a href="{{ result.url }}">{{ result.url }}</a> </p> {% endif %} </section> </article></li> {% endfor %} </ul>