{% load staticfiles %} {#-- https://github.com/paulirish/html5-boilerplate/blob/master/index.html -#} {#-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -#} {% comment %} @note Justification for lang="en" @author Zhao Yichen @date 2013-5-22 If you set lang="zh", lang="" or anything that's not lang="en", and set a global font-family with Chinese fonts, all English letters would also have the Chinese fonts applied, regardless of the order of appearance in the font-family fallback list. @note Conditional html elements @author Zhao Yichen @date 2013-5-22 These elements are taken directly from the default Hyde (python tool) template. They are used for conditional css rules. .ie means the browser is any Internet Explorer, except 10 .ie7 means IE 7 .ie8 means IE 8 Other versions of IE (9 and up) do not have serious standards compliant problems. {% endcomment %}