11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
{% extends "base.html.to" %}
|
|
|
|
{% block title %}
|
|
this is an amazing title for hello
|
|
{% end %}
|
|
|
|
{% block content %}
|
|
This is more content for hello
|
|
{% end %}
|
|
|