{% extends "plugins.html" %} {% from "macros/docs.html" import get_doc_icon, get_doc_link %} {% block body %} {% set pd = project_data(this.name) %} {% if this.summary %} {% set summary = this.summary %} {% elif pd.summary %} {% set summary = pd.summary %} {% endif %} {# #}
{{ summary }}
Version: {{ pd.version }}
Author: {% if pd.author_email %} {{ pd.author }} {% else %} {{ pd.author }} {% endif %}
Plugin has no tags.
{% endif %}View all tags.
Comments
{{ render_disqus_comments() }}