{% extends "styled.html" %}
{% block style %}
{{ super() }}
th { text-align:left; }
.key { width: 25%; }
.command { width: 75% }
{% endblock %}
{% block content %}
{{ title }}
| Key | Command |
|---|---|
|
{{ key }} |
{{ command }} |