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

13 lines
238 B
HTML
Raw Normal View History

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