mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 15:41:29 -05:00
@@ -0,0 +1,11 @@
|
||||
<#macro ifProduct>
|
||||
ifeval::[{project_product} == true]
|
||||
<#nested>
|
||||
endif::[]
|
||||
</#macro>
|
||||
|
||||
<#macro ifCommunity>
|
||||
ifeval::[{project_product} != true]
|
||||
<#nested>
|
||||
endif::[]
|
||||
</#macro>
|
||||
Reference in New Issue
Block a user