{% 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" %}

搜索记录

    {% for search in search_history %}
  • {{ search }}
  • {% endfor%}
{% 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: #}