Indent first line of HTML code.
This commit is contained in:
parent
225f701efb
commit
0696ffa075
@ -226,16 +226,15 @@ def render(headline, doc):
|
||||
|
||||
|
||||
def as_document(html):
|
||||
return f"""
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
return f"""<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link href="../static/style.css" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
<body>
|
||||
{html}
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
||||
</html>
|
||||
"""
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user