mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 06:42:10 +00:00
Created placeholders
This commit is contained in:
5
src/apps/main/templates/dashboard.html
Normal file
5
src/apps/main/templates/dashboard.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block meta %}{% endblock %}
|
||||
{% block content %}{% endblock %}
|
||||
5
src/apps/main/templates/help.html
Normal file
5
src/apps/main/templates/help.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block meta %}{% endblock %}
|
||||
{% block content %}{% endblock %}
|
||||
5
src/apps/main/templates/news.html
Normal file
5
src/apps/main/templates/news.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block meta %}{% endblock %}
|
||||
{% block content %}{% endblock %}
|
||||
Reference in New Issue
Block a user