First commit
This commit is contained in:
16
templates/contacto.html
Normal file
16
templates/contacto.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Contacto</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Nuevo mensaje</h1>
|
||||
<p><strong>Nombre</strong>: {{ nombre }}</p>
|
||||
<p><strong>Email</strong>: {{ email }}</p>
|
||||
<p><strong>Mensaje</strong>: {{ mensaje }}</p>
|
||||
<hr>
|
||||
<p><a href="mailto:{{ email }}">Escribirle</a></p>
|
||||
<p>Gracias</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user