{% include 'bootstrap.html' %}
{% include 'menu.html' %}
{% include 'header.html' %}
{{ article_title }}
{{ article_title }}
{% load my_tags %} {% with article_keywords|split:"#" as kws %} {% for kw in kws %} {% if kw|strip != "" %}
#{{ kw|strip }}
{% endif %} {% endfor %} {% endwith %}
{{ article_summary | default_if_none:'' }}
{{ article_wxname }}
More
{% include 'footer_mini.html' %}