49 lines
1.1 KiB
HTML

<HTML lang="en">
<HEAD>
<TITLE>
"Marko Templating Engine"
<BODY>
<H1>
"Marko Templating Engine"
<P>
"Marko is a "
<I>
"fast"
" and lightweight templating engine that compiles templates to CommonJS modules and supports streaming, async rendering and custom tags. It supports both a familiar HTML syntax and a concise, indentation-based syntax."
<UL class="features">
<LI>
"async"
<LI>
"streaming"
<LI>
"custom-tags"
<LI>
"readable"
<LI>
"modules"
<DIV>
"No colors!"
<DIV class="tabs">
<UL>
<LI>
"Tab 1"
<LI>
"Tab 2"
<DIV class="tab-content">
<DIV class="tab">
"Body content for Tab 1"
<DIV class="tab">
"Body content for Tab 2"
<SCRIPT type="text/javascript">
"if (foo) {\n alert('Marko is awesome!');\n}"
<UL>
<LI>
<A class="nav-link active" href="/">
"Home"
<LI>
<A class="nav-link" href="/docs">
"Docs"
<LI>
<A class="nav-link" href="/blog">
"Blog"