Index: tests/test_site/pages/global.tmpl |
=================================================================== |
--- a/tests/test_site/pages/global.tmpl |
+++ b/tests/test_site/pages/global.tmpl |
@@ -1,4 +1,6 @@ |
-{{- site_globals('test') }} |
-{{- has_string('temp') }} |
-{{- has_string('exists', 'global') }} |
-{{- get_string('exists', 'global') }} |
+site_globals('test') = {{ site_globals('test') }} |
+has_string('temp') = {{ has_string('temp') }} |
+has_string('exists', 'global') = {{ has_string('exists', 'global') }} |
+get_string('exists', 'global') = {{ get_string('exists', 'global') }} |
+page_has_locale('global', 'en') = {{ page_has_locale('global', 'en') }} |
+page_has_locale('global', 'de') = {{ page_has_locale('global', 'de') }} |