<html>
<head> <title>WeirdSearch Engine</title> {%- include stylesheet.html -%} </head> <body> <center>{%- include searchbar.html -%}</center> {%- include recommendedsearches.html -%} {{ content }} <a href="https://lwflouisa.github.io/WeirdSearchEngine">Return To Index</a> </body> {%- include javascript.html -%}
</html>