{% include before-content.html %} {% if page.title != null %}

{{ page.title }}

{% endif %}{% assign urlLength = page.url | size %}{% assign ignoredExtensions = '.md,.html' %}{% for static_file in site.static_files %}{% assign urlPrefix = static_file.path | slice: 0, urlLength %}{% unless urlPrefix != page.url or page.url == static_file.path or ignoredExtensions contains static_file.extname %} {{ static_file.basename | replace: "-", " " | replace: "_", " " }} {% endunless %}{% endfor %} {% include after-content.html %}