10 lines
187 B
HTML
10 lines
187 B
HTML
{% extends "base.tera.html" %}
|
|
{% import "inputs.tera.html" as inputs %}
|
|
|
|
{% block title %}
|
|
Home
|
|
{% endblock title %}
|
|
|
|
{% block content %}
|
|
Hi this is the main page
|
|
{% endblock content %}
|