Express+Jadeで幾つか書いていたらJadeの読みやすさに慣れてしまった。 FlaskでもHamlっぽい記法を使いたいなぁとググッてみたらhaml and flaskというエントリをみつけたので、この通りに入れてみた。 -extends "layout.html" -block title Page Not Found -block body %h1 << Page Not Found %p %a href="{{ url_for('show_entries') }}" << go somewhere nice %p << or find by tag %div.tags %script type="text/javascript" |$.getJSON('{{ url_for('show_jsontags') }}', null, | function(json){ | for