UNPKG

node-atlas

Version:

Progressive realtime web framework config-driven or API-driven for building easily serverless files, websites and webapps component-based and service-oriented.

29 lines (26 loc) 626 B
<?- include("partials/head.htm") ?> <div class="main"> <div class="main--content"> <p> <a href="<?= common.menu.href ?>" title="<?= common.menu.title ?>"> <?- common.menu.title ?> </a> </p> <h1><?- specific.helloWorld ?></h1> <?- specific.overview -?> <nav> <? if (specific.menu.length) { ?> <ul> <? for (let item of specific.menu) { ?> <li> <a href="<?= item.href ?>" title="<?= item.title ?>"> <?- item.title ?> </a> </li> <? } ?> </ul> <? } ?> </nav> </div> </div> <?- include("partials/foot.htm") ?>