##// END OF EJS Templates
py3: trivial renaming of unicode to str
py3: trivial renaming of unicode to str

File last commit:

r6274:19f15cde default
r8081:620c13a3 default
Show More
index.html
14 lines | 272 B | text/html | HtmlLexer
## -*- 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>