{% extends "base.html" %} {% block title %} Knowledge {% endblock %} {% block content %}
{% if page_views >= 0 %}
Viewed {{ page_views }} times by {{ unique_views }} different users
{% endif %} {% if likes %} {% else %} {% endif %} {% if total_likes %} + {{ total_likes }} {% endif %}
{% if not webeditor_buttons and data_repo_git_root %} View on Github Edit on Github {% endif %} {% if is_author and is_private %} Add permissions for users {% endif %}

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}