File size: 140 Bytes
45cd785
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from fasthtml.common import *

Meta(charset='utf-8')

Script(src='https://distill.pub/template.v1.js')

Dt_article(
    H1('Hello World')
)