1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
--- project: Andrew's Website --- <HTML> <HEAD> {% include heading.html %} <TITLE>Andrew's Website</TITLE> </HEAD> <BODY> {% include navigator.html %} <h1 class ="title">Andrew's Website</h1> {% include footer.html %} </BODY> </HTML>