]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/player_index.mako
Integrate navigation mako file and titles.
[xonotic/xonstat.git] / xonstat / templates / player_index.mako
index 1aa38b5ec6399086afd0e318a7e11a6ebe344a77..e82a384422b8b35b50888fb9401c616096ec7ae8 100755 (executable)
@@ -1,8 +1,13 @@
 <%inherit file="base.mako"/>\r
+<%namespace name="nav" file="nav.mako" />\r
 <%namespace file="navlinks.mako" import="navlinks" />\r
 \r
+<%block name="navigation">\r
+${nav.nav('players')}\r
+</%block>\r
+\r
 <%block name="title">\r
-Player Index - ${parent.title()}\r
+Player Index\r
 </%block>\r
 \r
 % if not players:\r