- {{ page.body }}
+
+
{% if article_category %}{{ article_category.title }}{% endif %}
+
+ {% if page.cover_image %}
+ {% image page.cover_image original as cover %}
+

+ {% endif %}
+
{{ page.title }}
+
{{ page.date|date:"Y/m/d" }}
+
{{ page.intro }}
+
+ {{ page.body }}
+
+
+ {% with share_url=request.build_absolute_uri|urlencode share_text=page.title|urlencode %}
+
+ {% endwith %}
{% with tags=page.tags.all %}
{% if tags %}
-