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

Files

{%for doc in docs %}
{{doc[1].title | capitalize}}
{%else%}
No files yet - upload a file to get started!
{%endfor%}
{%endblock%}