This is my base.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<div style="width:50%; marginleft:25%;">
{% block main %}{% endblock %}
</div>
I installed dpaste according to the their docs. Now, when I go to the link 127.0.0.1:8000/mypaste a blank screen shows up.
I’m guessing there is something wrong with my base.html but not sure what. I might be completely wrong too.
Look at template, it doesn’t use block “main”, it uses “extrahead”, “title”, “headline”, “content”, “sidebar” and “script_footer” blocks.