{% extends 'base.html' %} {%block title%}Wordpresso{%endblock%} {%block content%}

Gallery

Example document files here.

{%for item in examples %} {{item | capitalize}} {%endfor%}
{%endblock%}