in design template i want to define variables to use into html tabs. for example i have two div, parent div
is relative
and child is absolute
. i want to have child smaller than parent.
sample:
{{ WIDTH = 326}}
<div class="win7style" style="margin: 0px auto; {{ WIDTH }}px;">
<div class="win7style" style="{{ WIDTH - 50 }}px;">
can i define like with that custom variables?