-{% spaceless %}\r
- {% if title %}<h1>{{ title }}</h1>{% endif %}\r
- <div class="text">{{ html }}</div>\r
- {% if tags %}\r
- <div class="tags">\r
- {% for tag in tags %}\r
- <a class="post-tag tag-link-{{ tag }}">{{ tag }}</a>\r
- {% endfor %}\r
- </div>\r
- {% endif %}\r
+{% spaceless %}
+ {% if title %}<h1>{{ title }}</h1>{% endif %}
+ <div class="text">{{ html }}</div>
+ {% if tags %}
+ <div class="tags">
+ {% for tag in tags %}
+ <a class="post-tag tag-link-{{ tag }}">{{ tag }}</a>
+ {% endfor %}
+ </div>
+ {% endif %}
{% endspaceless %}
\ No newline at end of file