12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
{% extends "base.html.to" %}
|
|
|
|
{% block title %}
|
|
hello
|
|
{% end %}
|
|
|
|
{% block content %}
|
|
<h1>Hello!</h1>
|
|
is it me you're looking for?
|
|
{% end %}
|
|
|