{% extends "base-site.html" %} {% block title %} {{ _('Commands') }} {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{{ cog['desc'] }}
{{ (_('Author: {author}')).format(author=cog['author']) }}
{{ (_('Repo: {repo}')).format(repo=cog['repo']) }}
{{ _('Command') }} | {{ _('Description') }} |
---|---|
{{ prefixes[0] }}{{ command.name }}
|
{{ command.desc }} |