penguin/AstroJS

Javascript framework for my blog

botanjs/service/templates/test_list.html

raw ยท 229 bytes

<html>
<head>
<title>Botan JS - List of Tests</title>
<style>
<!--
body {
    font-size: 1.2em;
}
-->
</style>
<body>
<pre>
{% for d in data %}
    <a href="/test/{{ d }}">{{ d }}</a>
    <br>
{% endfor %}
</pre>
</body>
</html>