<!DOCTYPE html> <html>
<head> {% include head.html %} <style type="text/css"> {% include main.css %} </style> </head> <body> {% include header.html %} {% include social.html %} {{ content }} </body>
</html>
<!DOCTYPE html> <html>
<head> {% include head.html %} <style type="text/css"> {% include main.css %} </style> </head> <body> {% include header.html %} {% include social.html %} {{ content }} </body>
</html>