Closed a08381 closed 4 years ago
i have type these code in vscode
{% extends "base.html" %} {% block head %} <style type="text/css"> body { background: url({{ url_for('static', filename='background.jpg') }}) no-repeat; background-size: cover; } </style> {% endblock head %} {% block body %} {% endblock body %}
and it seens wrong after line 6.
i have type these code in vscode
and it seens wrong after line 6.