2018-05-07 10:51:24 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="it">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2018-06-04 20:54:12 +00:00
|
|
|
<meta name="viewport" content="width=device-width">
|
2018-05-07 10:51:24 +00:00
|
|
|
<title>{% block pagetitle %}{% endblock %} - Royal Games</title>
|
|
|
|
{% block prehead %}{% endblock %}
|
2018-05-14 08:43:20 +00:00
|
|
|
<link href="{{ url_for('static', filename='nryg.less') }}" rel="stylesheet/less" type="text/css">
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/3.0.2/less.min.js" ></script>
|
2018-05-07 10:51:24 +00:00
|
|
|
{% block posthead %}{% endblock %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% block body %}{% endblock %}
|
|
|
|
</body>
|
|
|
|
</html>
|