{% extends 'base.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block head %} {{ super() }} {% block title %} GitHubHealth: {{ ghh.user.name }} {% endblock %} {% endblock %} {% block body %} {% block navbar %} {% endblock %} {% block header %} {{ super() }} {% endblock %} {% block loading %} {{ super() }} {% endblock %} {% block content %}

Logged in as {{ ghh.user.name }}.

Or you can browse the resources you have liked or contributed to. Here are the links to their GitHub pages and their health statuses.

{{ ghh.user.metadata_html|safe }}
{{ more_form.csrf_token() }} results to of {{ ghh.user.metadata.total }}
You can also search for other resources you haven't liked or contributed to (users, orgs, repos): {{ search_form.csrf_token() }}
{{ super() }} {% endblock %} {% block error_warning %} {{ super() }} {% endblock %} {% block footer %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% endblock %}