| Index: includes/html-attributes.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/includes/html-attributes.tmpl | 
| @@ -0,0 +1,5 @@ | 
| +lang="{{ locale }}" | 
| +dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}" | 
| +itemscope="itemscope" | 
| +itemtype="http://schema.org/WebPage" | 
| +class="no-js" |