{% extends 'SharixAdmin/index.html' %} {% block contenthome %} <h1 >{{ title }}</h1> <div class="container text-center" style="width: 100%; height: 650px; margin-top: 250px;"> <h3>{{ msg }}</h3> </div> {% endblock contenthome %}