<!DOCTYPE html> {% include head.html %} <body>
{% include header.html%} <div class="wrapper"> <h3>127.0.0.1</h3> <p class="cat"> {{content}} </p> </div> {% include footer.html %}
</body> </html>
<!DOCTYPE html> {% include head.html %} <body>
{% include header.html%} <div class="wrapper"> <h3>127.0.0.1</h3> <p class="cat"> {{content}} </p> </div> {% include footer.html %}
</body> </html>