rename template to resolve filepath issue

This commit is contained in:
guochao 2024-03-06 11:27:36 +08:00
parent ea4217f197
commit 168ac55820
Signed by: guochao
GPG Key ID: 79F7306D2AA32FC3
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "layout.html" %}
{% block title %}A simple and silly address prober{% endblock %}
{% block content %}
<div id="address">{{ address }}</div>