UNPKG

material-design-kit

Version:

Interactive web components inspired from Material Design, using vanilla CSS, JavaScript and HTML.

20 lines (15 loc) 413 B
<!DOCTYPE html> <html dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>{{ title }}</title> {% include 'layouts/_header.html' %} </head> <body> {% block page %}{% endblock %} {% include 'layouts/_footer.html' %} {% block footer %}{% endblock %} </body> </html>