【发布时间】:2010-07-02 19:21:10
【问题描述】:
templates
| ....a.html
|.....admin
|..... index.html
|..... b.html
在谷歌应用引擎模板中,我可以使用它来扩展 index.html 中的 b.html:
{% extends 'b.html' %}
但是如何在 index.html 中扩展 a.html。
谢谢
【问题讨论】:
标签: python google-app-engine templates extends