mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
<#macro ifProduct>
|
|
ifeval::[{project_product} == true]
|
|
<#nested>
|
|
endif::[]
|
|
</#macro>
|
|
|
|
<#macro ifCommunity>
|
|
ifeval::[{project_product} != true]
|
|
<#nested>
|
|
endif::[]
|
|
</#macro> |