Skip to content

Commit

Permalink
Add doctype to simple page template
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Aug 6, 2024
1 parent b4f492b commit cbeff6f
Showing 1 changed file with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{% load wagtail_ab_testing_tags %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>{{ page.title }}</h1>

<h1>{{ page.title }}</h1>

{% wagtail_ab_testing_script %}
{% wagtail_ab_testing_script %}
</body>
</html>

0 comments on commit cbeff6f

Please sign in to comment.