Mercurial > hgbook
view web/hgbook/templates/simple.html @ 767:55e2953f82d6
Update Chinese translation
author | Dongsheng Song <songdongsheng@live.cn> |
---|---|
date | Sun, 05 Apr 2009 12:12:00 +0800 |
parents | ad304b606163 |
children |
line wrap: on
line source
{% extends "boilerplate.html" %} {% block bodycontent %} <div class="navheader"><h1>{% block title %}{% endblock %}</h1></div> <div class="basetemplate">{% block body %}{% endblock %}</div> {% endblock %}