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 – © 2022</small> </section> </div> {% endblock %}