diff --git a/roles/distgit/templates/cgit-header.html b/roles/distgit/templates/cgit-header.html index 75b93c8189..f08c4a91e6 100644 --- a/roles/distgit/templates/cgit-header.html +++ b/roles/distgit/templates/cgit-header.html @@ -1 +1,20 @@ -

This is a test. The environment is {{env}}.

+{% if env == 'staging' %} + + +{% else %} + + +{% endif %} + +