cloud-run-cloud-sql/templates/index.html [1:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Tabs VS Spaces
{% if tab_count == space_count %}
TABS and SPACES are evenly matched!
{% elif tab_count > space_count %}
TABS are winning by {{tab_count - space_count}}
{{'votes' if tab_count - space_count > 1 else 'vote'}}!
{% elif space_count > tab_count %}
SPACES are winning by {{space_count - tab_count}}
{{'votes' if space_count - tab_count > 1 else 'vote'}}!
{% endif %}
keyboard_tab
{{tab_count}} votes
space_bar
{{space_count}} votes
{% if tab_count == space_count %}
TABS and SPACES are evenly matched!
{% elif tab_count > space_count %}
TABS are winning by {{tab_count - space_count}}
{{'votes' if tab_count - space_count > 1 else 'vote'}}!
{% elif space_count > tab_count %}
SPACES are winning by {{space_count - tab_count}}
{{'votes' if space_count - tab_count > 1 else 'vote'}}!
{% endif %}
keyboard_tab
{{tab_count}} votes
space_bar
{{space_count}} votes