dr.botzo/facts/templates/facts/base.html
Brian S. Stephan fb04732ec3 facts: recreate the choices experience in facts
recreates the choices view in facts, allowing for display of any fact
category in the system, and providing a random item from it

bss/dr.botzo#15
2017-02-11 09:34:15 -06:00

5 lines
170 B
HTML

{% extends 'base.html' %}
{% block extra_media %}{% load static %}
<link href="{% get_static_prefix %}css/facts.css" rel="stylesheet" type='text/css' />
{% endblock %}