progress_html = '''
*text*
''' def make_progress_html(number, text): return progress_html.replace('*number*', str(number)).replace('*text*', text)