Spaces:
No application file
No application file
| <html lang="pt-br"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>{{ title or 'Sistema de Orçamentos' }}</title> | |
| <link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| {% block content %}{% endblock %} | |
| </div> | |
| </body> | |
| </html> | |