NDOJ/templates/about/custom-checker-sample.html

13 lines
238 B
HTML
Raw Normal View History

2022-06-17 14:37:13 +00:00
{% extends "common-content.html" %}
2023-08-01 05:26:15 +00:00
{% block content_media %}
2023-01-27 23:11:10 +00:00
<style>
2023-08-01 05:26:15 +00:00
#content-left {
margin-left: 10%;
width: 80%;
2023-01-27 23:11:10 +00:00
}
</style>
2023-08-01 05:26:15 +00:00
{% endblock %}
{% block description %}
{{ content|markdown|str|safe}}
{% endblock %}