{% extends "assetcloud/base.html" %} {% load renderform %} {% block title %}Register{% endblock %} {% block body-attr %}{% endblock %} {% comment %} Override the whole of the body block, not just the content block, because we don't want the navigation to show on the login page. {% endcomment %} {% block body %} {% include 'assetcloud/snippets/logged_out/header.html' %}