mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 04:57:07 +08:00
4 lines
75 B
HTML
4 lines
75 B
HTML
{% extends "layout.html" %}
|
|
{%block view%}
|
|
<h1>{{hello}}</h1>
|
|
{%endblock%} |