diff --git a/pygameweb/templates/page/screenshots.html b/pygameweb/templates/page/screenshots.html index c981bdf..2c2e93f 100644 --- a/pygameweb/templates/page/screenshots.html +++ b/pygameweb/templates/page/screenshots.html @@ -2,12 +2,14 @@ {% block content %} -

Page

+

{{ page.title }}

+ + + {{ page.title }} + {{ page.content }} + {{ page.keywords }} + {{ page.summary }} - {page.title} - {page.content} - {page.keywords} - {page.summary} {% endblock %} \ No newline at end of file