|  | <!doctype html> | 
|  | <html> | 
|  | <head> | 
|  | <meta name='viewport' content='width=device-width,initial-scale=1'> | 
|  | <meta charset='UTF-8'> | 
|  | <link rel='stylesheet' type='text/css' href='{{ css_path }}'> | 
|  | <!-- Custom style overrides --> | 
|  | <style> | 
|  | {{ style_overrides }} | 
|  | </style> | 
|  | </head> | 
|  | <body> | 
|  | <h2>Coverage Report</h2> | 
|  | <p> | 
|  | View results by: | 
|  | {% if component_view_href %} | 
|  | <a href='{{ component_view_href }}'>Components</a> | | 
|  | {% endif %} | 
|  | <a href='{{ directory_view_href }}'>Directories</a> | 
|  | {% if file_view_href %} | 
|  | | <a href='{{ file_view_href }}'>Files</a> | 
|  | {% endif %} | 
|  | </p> | 
|  | <div class='centered'> |