-
Hi {% if not isTemplateCompilable %}
<?php return ?>
{% endif %}
// template body
// with lot of indents
// don't want to add one more |
Beta Was this translation helpful? Give feedback.
Answered by
Jeckerson
Apr 13, 2021
Replies: 1 comment 1 reply
-
Hello, no. Try to review your approach of templates. For example, by using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
crazylem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, no. Try to review your approach of templates. For example, by using
extends
+blocks
, which will give you the possibility to only fill blocks that you want.