Contents | Parent Topic | Previous Topic | Next Topic
Home | Catalog
Blocks of text can be conditionally included or excluded using the following macros:
!if condition !elsif condition !else !endif
These macros allow you to tune the output for different audiences. For example, you may wish to only include email directions if HTML is being generated:
!if OPT_PP_HTML Click {{[jump="mailto:joe"] here}} to send me email. !endif
Contents | Parent Topic | Previous Topic | Next Topic
Home | Catalog