Advertisement
DidouS

longer twig conditional logic for Beaver Builder

Mar 2nd, 2021
1,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. {# conditional logic template -#}
  2. {% import _self as macros -%}
  3. {{ macros.test_results()|trim -}}
  4. {% macro test_results() -%}
  5.     {% if "now"|date( 'h' ) >= 12 %}
  6.     Het is na het middaguur!
  7.     {% endif %}
  8. {% endmacro -%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement