testappproj/templates/index.html
changeset 0 0b061d58aea3
child 2 654c583fd78e
equal deleted inserted replaced
-1:000000000000 0:0b061d58aea3
       
     1 {%extends "base.html"%} 
       
     2 {%block body%}
       
     3 
       
     4 <p> Welcome to testapp</p>
       
     5 
       
     6 {%endblock%}
       
     7