Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <!DOCTYPE html>
- <html>
- <head>
- <title>
- = block title
- = endblock
- </title>
-
- = block head
- <link rel="stylesheet" type="text/css"
- href={{ url_for('static', filename='css/main.css') }}>
- = endblock
- </head>
- <body>
- = block body
- = endblock
- </body>
- </html>
|