UNPKG

ndut-view

Version:

View Engine for Ndut Framework

19 lines 496 B
<!doctype html> <html lang="{{ getCfg().lang }}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> {% include "view:/partial/theme" %} {% include "view:/partial/icon" %} <title>{{ page.title }}</title> </head> <body> <div class="container"> <h1>{{ page.title }}</h1> <section> {% block main %}{% endblock %} </section> {% include "view:/partial/script" %} </div> </body> </html>