{% load static %} {% comment %} # This code is a part of sunshine package: https://github.com/letuananh/sunshine # :copyright: (c) 2013-2021 Le Tuan Anh # :license: MIT, see LICENSE for more details. {% endcomment %} {% if csrf_token %} {% endif %} {{title| default:SUNSHINE_DEFAULT_TITLE}} {% if SUNSHINE_ENV == 'DEV' %} {% elif SUNSHINE_ENV == 'UAT' %} {% else %} {% endif %} {% block style %} {% endblock %}
{% if SUNSHINE_ENV == 'DEV' %} {% elif SUNSHINE_ENV == 'UAT' %} {% endif %} {% block content %} {% endblock %}
{% block script %} {% endblock %}