Files @ 1e5bb8ed77d6
Branch filter:

Location: kallithea/rhodecode/templates/index.html

Mads Kiilerich
index: always use lightweight - there shouldn't be any reason not to
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>

<%def name="title()">
${_('Dashboard')} &middot; ${c.rhodecode_name}
</%def>

<%def name="breadcrumbs()">
</%def>

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

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