{% comment 'LICENSE' %} Copyright (C) 2019 by eHealth Africa : http://www.eHealthAfrica.org See the NOTICE file distributed with this work for additional information regarding copyright ownership. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% include 'eha/meta.html' %} {% block meta %} {# This is the block META, redefine it in the child template #} {% endblock meta %} {% block favicon %} {# This is the block FAVICON, redefine it in the child template #} {% include 'eha/favicon.html' %} {% endblock favicon %} {# This is the block for the page TITLE, redefine it in the child template #} {% block title %}{{ app_name }}{% endblock title %} {% block scripts %} {# This is the block SCRIPTS, redefine it in the child template #} {% endblock scripts %} {% include 'eha/styles.html' %} {% block style %} {# This is the block STYLE, redefine it in the child template #} {% endblock style %} {% csrf_token %} {% block branding %} {# This is the block BRANDING, redefine it in the child template #} {% endblock branding %} {% block content %} {# This is the block CONTENT, redefine it in the child template #} {% endblock content %}