SMOLNET PORTAL home about changes
    <!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 URLgopher://sdf.org/0/users/rsdoiel/blog/2020/11/09/index2.tmpl
Content-Typetext/plain; charset=utf-8