15 lines
271 B
Plaintext
15 lines
271 B
Plaintext
{% extends "base" %}
|
|
|
|
{% set title = "Commands" %}
|
|
{% set page_title = "Commands" %}
|
|
|
|
{% block content %}
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
<h2 class="title">Information Commands</h2>
|
|
</div>
|
|
</section>
|
|
|
|
{% endblock %}
|