UNPKG

tabler-ui

Version:

Premium and Open Source dashboard template with responsive and high quality UI. For Free!

14 lines (12 loc) 328 B
<!doctype html> {% assign min-ext = '' %}{% if jekyll.environment == 'production' %}{% assign min-ext = '.min' %}{% endif %} <html lang="en" dir="{% if page.rtl %}rtl{% else %}ltr{% endif %}"> <head> {% include head.html %} </head> <body class="{{ page.body-class }}"> <div class="page"> {{ content }} </div> </body> </html>