parent
e6ebbc4fe2
commit
430c883eda
1 changed files with 11 additions and 0 deletions
11
docs/guides/templates/profile.adoc
Normal file
11
docs/guides/templates/profile.adoc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<#macro ifProduct>
|
||||||
|
ifeval::[{project_product} == true]
|
||||||
|
<#nested>
|
||||||
|
endif::[]
|
||||||
|
</#macro>
|
||||||
|
|
||||||
|
<#macro ifCommunity>
|
||||||
|
ifeval::[{project_product} != true]
|
||||||
|
<#nested>
|
||||||
|
endif::[]
|
||||||
|
</#macro>
|
Loading…
Reference in a new issue