X-Git-Url: https://git.mdrn.pl/fnp-django-template.git/blobdiff_plain/f8c109c9986e2487464b995671b046dfc38073db..74b5ddcfc3af0c3155915f54c2490fcdda0d19f7:/project_name/templates/base.html diff --git a/project_name/templates/base.html b/project_name/templates/base.html deleted file mode 100644 index f96037b..0000000 --- a/project_name/templates/base.html +++ /dev/null @@ -1,34 +0,0 @@ - -{% load url from future %} -{% load i18n static %} -{% load fnp_common fnp_share fnp_lang macros %} -{% load compressed %} - -{% macro title %} - {% block title %}{% endblock %} -{% endmacro %} -{% macro site_name %}MySite{% endmacro %} - - - - {% block full_title %}{% usemacro title %} :: {% usemacro site_name %}{% endblock %} - - {% compressed_css 'base' %} - - - - - - - - - - - - {% block "body" %}{% endblock %} - - - {% compressed_js 'base' %} - {{ piwik_tag|safe }} - -