{% if enforceCodemirror %}
<a href="{{ path('blob', {repo: repo, commitishPath: branch ~ '/' ~ file}) }}"
class="btn btn-default btn-sm"><span class="fa fa-code"></span> Markdown rendered</a>
{% else %}
<a title="Click this button and you can edit/save this code."
href="{{ path('blob', {repo: repo, commitishPath: branch ~ '/' ~ file}) }}?codemirror=1"
class="btn btn-default btn-sm"><span class="fa fa-code"></span> Markdown code</a>
{% endif %}