First version
This commit is contained in:
11
polyclinic_scheduling/apps/RUG_template/templates/index.html
Normal file
11
polyclinic_scheduling/apps/RUG_template/templates/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends 'base.html' %} <!-- Add this for inheritance -->
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans "Welcome to the RUG Template page" %}{% endblock %}
|
||||
{% block pagetitle %}{% trans "Welcome to the RUG Template page" %}{% endblock %}
|
||||
{% block content %}
|
||||
<p>
|
||||
<strong>{% trans "Simple RUG Template" %}</strong>
|
||||
</p>
|
||||
<p>{% trans "Some more text" %}</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user