forked from HPR/hpr_generator
Add absolute_path MACRO
Used with baseurl to make a path relative or absolute.
This commit is contained in:
@@ -7,3 +7,7 @@
|
||||
<!--% IF choice == 1 %--><!--% display_when_true %-->
|
||||
<!--% ELSE %--><!--% display_when_false %--><!--% END %-->
|
||||
<!--% END %-->
|
||||
|
||||
<!--% MACRO absolute_path(baseurl) BLOCK %-->
|
||||
<!--% IF baseurl %-->./<!--% ELSE %-->/<!--% END %-->
|
||||
<!--% END %-->
|
||||
|
Reference in New Issue
Block a user