Files @ c4379e4dc820
Branch filter:

Location: kallithea/kallithea/templates/index.html

Mads Kiilerich
templates: fix missing / superfluous close tags
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>

<%block name="title">
    ${_('Repositories')}
</%block>

<%block name="header_menu">
${self.menu('repositories')}
</%block>

<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>