rename template to resolve filepath issue

This commit is contained in:
2024-03-06 11:27:36 +08:00
parent ea4217f197
commit 168ac55820
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>