mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
10 lines
215 B
HTML
10 lines
215 B
HTML
{% extends "shared/base.html" %}
|
|
|
|
{% block title %}{{ section.title }}{% endblock title %}
|
|
|
|
{% block content %}
|
|
{% include "shared/header.html" %}
|
|
|
|
<main id="content" class="maxview">
|
|
</main>
|
|
{% endblock content %}
|