{# Example base template for the site #} {# TODO: Extend or copy this in {SITE_NAME}/templates/base.html #} {% load static %} {% load projectroles_tags %} {% load projectroles_common_tags %} {% load rules %} {# Local variables #} {% get_django_setting 'SITE_TITLE' as site_title %} {% get_django_setting 'SITE_SUBTITLE' as site_subtitle %} {% get_django_setting 'PROJECTROLES_INLINE_HEAD_INCLUDE' as inline_head_include %} {% get_django_setting 'PROJECTROLES_DISABLE_CDN_INCLUDES' as disable_cdn_includes %} {% get_django_setting 'PROJECTROLES_CUSTOM_JS_INCLUDES' as custom_js_includes %} {% get_django_setting 'PROJECTROLES_CUSTOM_CSS_INCLUDES' as custom_css_includes %}
Use this document as a way to quick start any new project.
{% endblock content %}