diff --git a/templates/board.html b/templates/board.html
index bad76c5..4317ea4 100644
--- a/templates/board.html
+++ b/templates/board.html
@@ -1,5 +1,6 @@
{% extends "layout.html" %}
{% load text_filters %}
+{% load static %}
{% block title %}{{ board.curator_name }} | {{ board.curator_title }} | {{ block.super }}{% endblock %}