{% extends "picture-base.html" %} {% block bodyclasses %}{{ block.super }} blog blog-list{% endblock %} {% load staticfiles %} {% block othercss %} {% endblock %} {% block sidebar_first_content %} {% include "sciblog/nav-ribbon.html" %}
{% include "sciblog/blog_search_form.html" %}
{% endblock %} {% block body %}
{% include "login-menu.inc.html" %}

临床治疗经验

{% if has_blogs %}
{% for blog in blogs %}
{{ blog.subhead }}
  • 杂志:{{ blog.journal }}
  • 作者:{{ blog.communication_author }}

{{ blog.conclusion|safe }}
{% endfor %}
{% else %}
{% if tab == 'list'%}没有搜索到匹配的{% else %}暂时未收藏{% endif %}临床治疗经验
{% endif %}

术语科普

{% for noun in ppnouns %}
{% endblock %} {# vim: set ts=2 sw=2 tw=0 fenc=utf-8 ft=htmldjango: #}