Advertisement
lessientelrunya

layout0

Jul 11th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.     <head>
  5.         <meta content="initial-scale=1, width=device-width" name="viewport"/>
  6.         <title>{% block title %}{% endblock %}</title>
  7.     </head>
  8.     <body>
  9.         {% block body %}{% endblock %}
  10.     </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement