groundbreaking changes (slightly styled infobox)

This commit is contained in:
2025-05-24 01:36:46 +12:00
parent d8b547547b
commit 641121789f
4 changed files with 55 additions and 2 deletions

20
templates/infobox.html Normal file
View File

@ -0,0 +1,20 @@
{% extends "base.html" %}
{% import "utils.html" as utils %}
{% block title %}Info: {{ msg }},{{ sub_msg }}{% endblock %}
{% block sortstyle %}{% endblock %}
{% block subscriptions %}
{% call utils::sub_list("") %}
{% endblock %}
{% block search %}
{% call utils::search("".to_owned(), "") %}
{% endblock %}
{% block content %}
<div id="post_error">
<h2>{{ msg }}</h2>
<h3><i>{{ sub_msg }}</i></h3>
</div>
{% endblock %}