This commit is contained in:
20
templates/test.html
Normal file
20
templates/test.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% block head %}
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
{% block styles %}
|
||||
<!-- Bootstrap CSS -->
|
||||
{{ bootstrap.load_css() }}
|
||||
{% endblock %}
|
||||
|
||||
<title>Your page title</title>
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<button type="button" class="btn btn-primary">Primary</button>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user