{% include head.html %}
{% include header.html %}
{% if page.type == "home" %}
Sign up for Exclusive Web Development Tips
Learn practical methods to improve your web dev skills!
{% endif %}
{{ content }}
{% include footer.html %}