add syscall article

This commit is contained in:
2024-09-27 00:03:54 +01:00
parent 42e3d86d85
commit ff813fa852
7 changed files with 204 additions and 1 deletions

View File

@ -0,0 +1,12 @@
<blockquote class="note">
{% set icon = load_data(path="static/images/info.svg") %}
<div class="icon">
{{ icon | safe }}
</div>
<div class="content">
{% if header %}
<p><strong>{{ header }}</strong></p>
{% endif %}
{{ body | markdown | safe }}
</div>
</blockquote>