mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-05 14:23:33 +00:00
first commit
This commit is contained in:
9
src/series/templates/homepage.html
Normal file
9
src/series/templates/homepage.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %} Home Page {% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include 'components/message.html' %}
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user