<!DOCTYPE html>
<html>
<head>
${if(title)}<title>${title}</title>${endif}
</head>
<body>
<nav>
${ for(nav) } <a href="${ it.href }">${ it.label }</a>${ sep }, ${ endfor }
</nav>
<section>
${body}
</section>
</body>
</html>
Response: text/plain
| Original URL | gopher://sdf.org/0/users/rsdoiel/blog/2020/11/09/index2.tmpl |
|---|---|
| Content-Type | text/plain; charset=utf-8 |