{% load core %} {% load static %} {% url "apis_core:api-root" as api_root %} {% if api_root %} api {% endif %} {% url "apis_core:swagger-ui" as swagger_ui %} {% if swagger_ui %} Swagger UI {% endif %} {% git_repository_url as repository_url %} {% if repository_url %} code {% endif %}