11 lines
172 B
Text
11 lines
172 B
Text
|
<#macro ifProduct>
|
||
|
ifeval::[{project_product} == true]
|
||
|
<#nested>
|
||
|
endif::[]
|
||
|
</#macro>
|
||
|
|
||
|
<#macro ifCommunity>
|
||
|
ifeval::[{project_product} != true]
|
||
|
<#nested>
|
||
|
endif::[]
|
||
|
</#macro>
|