blob: 1ee5f68ff2524a78321ac722bb17775f36c7d299 [file] [log] [blame]
<html devsite>
<head>
<meta name="project_path" value="/_project.yaml">
<meta name="book_path" value="/_book.yaml">
</head>
<body>
<h1 class="page-title">${category.title}</h1>
{% dynamic setvar source_file "NONE" %}
{% include "_buttons.html" %}
${description}
<ul>
#foreach ($module in $modules)
<li><a href="/rules/lib/${module.name}">${module.title}</a></li>
#end
</ul>
</body>
</html>