{% extends "repomaker/base.html" %} {% load i18n %} {% load humanize %} {% block title %}{{ repo.name }}{% endblock %} {% block toolbar-items-left %} home {% endblock toolbar-items-left %} {% block toolbar-title %} {{ repo.name }} {% endblock toolbar-title %} {% block toolbar-items-right %} add {% endblock toolbar-items-right %} {% block rm-content--without-margin %}
{% trans 'Content' %} {% trans 'Share' %} {% trans 'Info' %}
{% include 'repomaker/widgets/site_notice.html' %}
{% include "repomaker/repo/index_apps.html" %}
{% include "repomaker/repo/index_share.html" %}
{% include "repomaker/repo/index_info.html" %}
{% endblock rm-content--without-margin %}