Proof of concept mechanical port of ircnet/ircd to Rust as part of a bit about C being insecure for network services
0

Configure Feed

Select the types of activity you want to include in your feed.

ircd.rs / docs / site / templates / index.html
140 B 6 lines
1{% extends "base.html" %} 2{% block content %} 3 <article class="prose"> 4 {{ section.content | safe }} 5 </article> 6{% endblock content %}