Mapa del Sitio
%%loop_seccion%%
        _id      %%_id%%
        _nom     %%_nom%%
        _indent  %%_indent%%
        _mostrar %%_mostrar%%
        %%if(_mostrar)%% mostrar %%_nom%% %%/if%%
        %%nif(_mostrar)%% no mostrar %%_nom%% %%/nif%%

    %%loop_tema%%
        _id       %%_id%%
        _nom      %%_nom%%
        _indent   %%_indent%%
        _mostrar  %%_mostrar%%
        %%if(_mostrar)%% mostrar %%_nom%% %%/if%%
        %%nif(_mostrar)%% no mostrar %%_nom%% %%/nif%%

        %%loop_subtema%%
        _id       %%_id%%
        _nom      %%_nom%%
        _indent   %%_indent%%
        _mostrar  %%_mostrar%%
        %%if(_mostrar)%% mostrar %%_nom%% %%/if%%
        %%nif(_mostrar)%% no mostrar %%_nom%% %%/nif%%
        %%/loop_subtema%%
    %%/loop_tema%%
%%/loop_seccion%%