diff --git a/templates/company.html b/templates/company.html
new file mode 100644
index 0000000..dcffb8a
--- /dev/null
+++ b/templates/company.html
@@ -0,0 +1,49 @@
+
+
+
+
+{{ ticker }} Filings
+
+
+
+← All companies
+{{ ticker }} — {{ company.name }}
+
+Total: {{ total }} filings · Page {{ page }} of {{ total_pages }}
+
+{% for f in filings %}
+-
+{{ f.date }}
+{{ f.form }}
+ · raw
+
+{% else %}
+- No filings found.
+{% endfor %}
+
+
+{% if page > 1 %}
← Prev{% endif %}
+{% if page < total_pages %}
Next →{% endif %}
+
+
+