目录
3.2 使用Flask-Bootstrap集成Twitter Bootstrap
示例 3-4 hello.py:初始化 Flask-Bootstrap
示例 3-5 templates/user.html:使用 Flask-Bootstrap 的模板
示例 3-7 templates/base.html:包含导航条的程序基模板
示例 3-8 templates/404.html:使用模板继承机制自定义 404 错误页面
示例 3-9 templates/user.html:使用模板继承机制简化页面模板