Ajax user save
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
@ -9,6 +10,7 @@
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container mt-3">
|
||||
<h1>{{ title }}</h1>
|
||||
@ -29,5 +31,8 @@
|
||||
{{ yield mainContent() }}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
{{ block jsBlock() }}{{ end }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user