Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ピラミッドで .html 拡張子を持つ jinja2 テンプレートを使用するにはどうすればよいですか? たとえば、ビューの構成を次のようにします。
@view_config(context=MyModel, renderer='templates/index.html') def home_view(request): ...
出来ますか?
config.add_renderer('.html', 'pyramid_jinja2.renderer_factory')