Add nice HTML output for all models

This commit is contained in:
oobabooga 2023-01-11 01:10:11 -03:00
parent 18ae08ef91
commit d5e01c80e3
3 changed files with 17 additions and 10 deletions

View file

@ -20,7 +20,7 @@ def process_post(post, c):
src = f'<span class="name">Anonymous </span> <span class="number">No.{number}</span>\n{src}'
return src
def generate_html(f):
def generate_4chan_html(f):
css = """
#container {
background-color: #eef2ff;