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