Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Environments in Twig and conditionals

Started by Muut Archive 10 years ago · 2 replies · 428 views
10 years ago

Anyone know how to call an environment variable in Grav to use in Twig? E.g:

TWIG

{% if environment == livesite.com %} do this {% else %} do that {% endif %}
10 years ago
TWIG
{% if config.environment == 'livesite.com' %} do this {% else %} do that {% endif %}

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1357 9 years ago
Archive · by Muut Archive, 9 years ago
2 936 9 years ago
Archive · by Muut Archive, 9 years ago
2 4066 9 years ago
Archive · by Muut Archive, 9 years ago
1 2955 9 years ago
Archive · by Muut Archive, 9 years ago
3 1121 9 years ago