| Index: macros/document.tmpl |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/macros/document.tmpl |
| @@ -0,0 +1,7 @@ |
| +{% macro attributes(locale, is_rtl=false) -%} |
| + lang="{{ locale }}" |
| + dir="{{ "rtl" if is_rtl else "ltr" }}" |
| + itemscope="itemscope" |
| + itemtype="http://schema.org/WebPage" |
| + class="no-js" |
| +{%- endmacro %} |