5-72

5-72.com helps novice musicians master sound engineering by analyzing the FX chains of world-famous artists
Log | Files | Refs

content.html (657B)


      1 {#-
      2   This file was automatically generated - do not edit
      3 -#}
      4 {% if page.edit_url %}
      5   <a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon">
      6     {% include ".icons/material/pencil.svg" %}
      7   </a>
      8 {% endif %}
      9 {% if "tags" in config.plugins %}
     10   {% include "partials/tags.html" %}
     11 {% endif %}
     12 {% if not "\x3ch1" in page.content %}
     13   <h1>{{ page.title | d(config.site_name, true)}}</h1>
     14 {% endif %}
     15 {{ page.content }}
     16 {% if page.meta and (
     17   page.meta.git_revision_date_localized or
     18   page.meta.revision_date
     19 ) %}
     20   {% include "partials/source-file.html" %}
     21 {% endif %}
     22 {% include "partials/feedback.html" %}