--- {% include '_head.md' %} {% include '_nav.md' %} {% include '_breadcrumbs.md' %} {% if type == 'text' %} ```{{ file_extension }} {{ content }} ``` {% elif type == 'image' %} ![](data:image/png;base64,{{ content }}) {% elif type == 'empty' %} File is empty. {% else %} Can't display binary file. {% endif %}