Skip to content

Commit

Permalink
Merge pull request #20 from tm-kn/chore/add-example-page-template
Browse files Browse the repository at this point in the history
Add example page template
  • Loading branch information
tomusher authored Nov 15, 2023
2 parents 2c1cd06 + 9cf4a75 commit f067314
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/testapp/templates/testapp/example_page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% load wagtailcore_tags %}
<html>
<body>
<h1>{{ page.title }}</h1>
<div>
{{ page.body|richtext }}
</div>
</body>
</html>

0 comments on commit f067314

Please sign in to comment.