mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
12 lines
174 B
HTML
12 lines
174 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{% include header-example.html %}
|
|
</head>
|
|
<body>
|
|
{{ content }}
|
|
|
|
{% include footer-example.html %}
|
|
</body>
|
|
</html>
|