{% extends './shared_page.html' %} {% block content_header %} {% endblock %} {% block content_page %} <div class="col-md-12"> <h2 class="text-muted"> <i class="icon-info" aria-hidden="true"></i> Page is not found </h2> </div> {% endblock %}