mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 04:57:07 +08:00
14 lines
171 B
HTML
14 lines
171 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
{% include "header.html" %}
|
|
|
|
{%block content%}
|
|
{%endblock%}
|
|
|
|
{% include "footer.html"%}
|
|
</body>
|
|
</html> |