タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

templateとpythonに関するshiumachiのブックマーク (1)

  • Jinja | The Pallets Projects

    Jinja2 is a full-featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed. Jinja is Beautiful {% extends "layout.html" %} {% block body %} <ul> {% for user in users %} <li><a href="{{ user.url }}">{{ user.username }}</a></li> {% endfor %} </ul> {% endblock %} And PowerfulJinja2 is one of the most used tem

    Jinja | The Pallets Projects
    shiumachi
    shiumachi 2010/10/08
    python製テンプレートエンジン。template→temple→神社だからJinjaという名前にしたそうだが、神社ってshrineじゃないかな
  • 1