{%- set copySources = getSettings('copy_sources') -%}
{%- if (copySources) %}
View source
{% endif -%}
{%- set howtoEditButton = getSettings('how_to_edit') -%}
{%- if (howtoEditButton) %}
How to edit
{% endif -%}
{%- set gitHubLink = getEditOnGitHubLink() -%}
{%- if (gitHubLink) %}
Edit on GitHub
{% endif -%}