+
+ {% if post.main_image %}
+ + + + {{ post.title }} + +
+{{ post.intro }}
+
+ {% with post.main_image as main_image %}
+ {% if main_image %}
+ {% image main_image width-1600 class="blog" %}{% endif %}
+ {% endwith %}
+
+
+ {% endif %}
+
+
- {% endif %}
-
+
+ {% with tags=post.tags.all %}
+ {% if tags %}
+
+ {% endif %}
{% endwith %}
-
+
+
-
-
-
- {% with tags=post.tags.all %}
- {% if tags %}
-
- {% endif %}
- {% endwith %}
-
-
-