zpwiki/themes/mytheme/templates/partials/git_sync_repo_link_note.html.twig

8 lines
241 B
Twig
Raw Normal View History

2020-10-02 17:14:55 +00:00
{% if not page.header.hide_git_sync_repo_link %}
<div class="gitrepo-link-note">
<p>{{ theme_var('git_sync_edit_note_text') }}
{% include 'partials/git_sync_repo_link.html.twig' %}
</p>
</div>
{% endif %}