{% load i18n %}
  • {% trans 'blog' %}
  • {% if tag %}
  • {{ tag }}
  • {% endif %} {% if archive %}
  • {{ archive }}
  • {% endif %} {% if mypost %}
  • {{ mypost.title }}
  • {% endif %}