| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 template = empty | 1 template = empty |
| 2 {{- site_globals('test') }} | 2 {{- site_globals('test') }} |
| 3 {{- has_string('temp') }} | 3 {{- has_string('temp') }} |
| 4 {{- has_string('exists', 'global') }} | 4 {{- has_string('exists', 'global') }} |
| 5 {{- get_string('exists', 'global') }} | 5 {{- get_string('exists', 'global') }} |
| 6 | |
| OLD | NEW |