{% extends 'base.html' %} {% load i18n %} {% block title %} - {{ web_source }}{% endblock %} {% block content %} {% with ph_icon="icon-globe" ph_title=web_source.title %} {% include "layout_elements/page_header.html" %} {% endwith %}

Found search tags on web page:

{% if found_search_tag_list %} {% for st in found_search_tag_list %} {% endfor %}
{{ st }} {{ st.content_object }}
{% else %} No search tags found. {% endif %}
Beta feature, only available to logged in users, not thoroughly tested!
{% endblock %}