aboutsummaryrefslogtreecommitdiff
path: root/templates/userpages/home.html
blob: 68a13b2c306fa197190654b05309230c00c119c5 (plain)
1
2
3
4
5
6
7
8
{% extends 'userpages/partials/base.html' %} {% block content %}
<div class="main">
  <section>
    <h2 style="margin-bottom:8px;">Welcome to {{ username }}'s {{ title }}</h2>
    <small>Powered by Shifoo – &copy; 2022</small>
  </section>
</div>
{% endblock %}