# Use all code blocks This is a weird case, but someone said they would use it and that would be cool. ## Imports ```python from string import Template ``` ## Constants ```python TIMEOUT: int = 5 ``` ### HTML Template ```python TEMPLATE: str = ''' ``` ```html