--- layout: page ---
{% for p in site.pages %} {% if p.tag == 'main_docs' %} {% for doc in p.docs %} {% if doc.tag == page.tag %}
{% endif %} {% endfor %} {% endif %} {% endfor %}
{{ content }} {%- if page.feedback == true and jekyll.environment == "production" -%} {%- include feedback.html -%} {%- endif -%}