diff --git a/pyscraper/regmem/commons/api_models.py b/pyscraper/regmem/commons/api_models.py index 88368167..d952dad1 100644 --- a/pyscraper/regmem/commons/api_models.py +++ b/pyscraper/regmem/commons/api_models.py @@ -41,23 +41,34 @@ def multi_to_camel(value: str) -> AliasChoices: interest_template = Template( """ -

{{ interest.summary|e }}

- - + """ )