reminder-bot/web/templates/help.html.tera

15 lines
271 B
Plaintext
Raw Normal View History

2022-02-11 17:44:08 +00:00
{% extends "base" %}
{% set title = "Commands" %}
{% set page_title = "Commands" %}
{% block content %}
<section class="section">
<div class="container">
<h2 class="title">Information Commands</h2>
</div>
</section>
{% endblock %}