Socialify

Folder ..

Viewing home.html
8 lines (8 loc) • 264.0 B

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 %}