about summary refs log tree commit diff
path: root/bskyweb/templates/home.html
blob: 631f281c017c693267cd10beb36b5e7b6c47132b (plain) (blame)
1
2
3
4
5
6
7
{% extends "base.html" %}

{% block head_title %}Bluesky{% endblock %}

{% block noscript_extra %}
<p>This is the home page.
{% endblock %}