Status
Not started
CMS
- https://github.com/nattreid
- https://github.com/modette
- https://github.com/voonne
- https://github.com/dravencms
- https://github.com/PolywebCZ
- https://github.com/ThunboltCMS
- https://github.com/zbycz/npress
- https://github.com/Ginny/NanoCMS
- https://github.com/dmvk/cms
- https://github.com/Mirgen/web_cms
- https://github.com/occ2
- https://github.com/netis-cms
- https://github.com/wakerscz
- https://github.com/chapcz/admin-sandbox
Latte
ifCurrentIn
{block content}
{ifCurrentIn "Page:default", "Homepage:default"}
Hello, standart macro
{/ifCurrentIn}
<div n:ifCurrentIn="'Page:default', 'Homepage:default'">
Hello, n:macro
</div>
{/block}