Hello,
How get not in tags?
and not ‘lista’ in tags
not wort
empty return
{{#each @p in {page where name !=~ /^Library\// and name !=~ /^template\// and name != 'index' and name != 'SETTINGS' and name != 'STYLES' and 'solucion' in tags and not 'lista' in tags order by lastModified desc}}}
{{#if @p.titulo}}
* [[{{@p.name}}|{{@p.titulo}}]]
{{else}}
{{{header where [email protected] and level = 1 limit 1 select page,name order by header render[[Library/Personal/Modelos/Ligazon-h1]]}}}
{{/if}}
{{/each}}