reminder-bot/templates/support/dashboard.html.tera

23 lines
468 B
Plaintext
Raw Permalink Normal View History

2022-05-14 11:02:46 +00:00
{% extends "base" %}
{% block init %}
{% set title = "Support" %}
{% set page_title = "Dashboard" %}
{% set page_subtitle = "" %}
{% endblock %}
{% block content %}
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<p class="title">Accessing the dashboard</p>
<p class="content">
</p>
</div>
</div>
</section>
{% endblock %}