{% extends 'dashboard.html' %} {% block page %} {{ render_partial('dashboard/http_functions/header.html', title='History', user_id=user_id, function_id=function_id, name=name, refresh_url=url_for('get_http_function_history', function_id=function_id), show_logs=True, show_client=True, show_edit_form=True) }}