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

专业术语

{% for noun in ppnouns %}

医学文章

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