 Issue 29469568:
  Issue 5331 - Adds has_string() global  (Closed)
    
  
    Issue 29469568:
  Issue 5331 - Adds has_string() global  (Closed) 
  | Index: tests/test_site/pages/global.tmpl | 
| =================================================================== | 
| --- a/tests/test_site/pages/global.tmpl | 
| +++ b/tests/test_site/pages/global.tmpl | 
| @@ -1,3 +1,6 @@ | 
| template = empty | 
| {{- site_globals('test') }} | 
| +{{- has_string('temp') }} | 
| +{{- has_string('exists', 'global') }} | 
| +{{- get_string('exists', 'global') }} |