{% extends "base.html" %} {% block js %} <script src="/static/js/home.js"></script> {% end %} {% block css %} <link rel="stylesheet" type="text/css" href="/css/home.css" /> {% end %} {% block main %} <table id="expensive"> <caption>most expensive kills</caption> </table> {% end %}