<% if (plugins.gists) { %>

<%= plugins.gists.totalCount %> Gist<%= s(plugins.gists.totalCount) %>

<% if (plugins.gists.error) { %>
<%= plugins.gists.error.message %>
<% } else { %>
<%= plugins.gists.files %> File<%= s(plugins.gists.files) %>
<%= plugins.gists.comments %> Comment<%= s(plugins.gists.comments) %>
<%= plugins.gists.stargazers %> Stargazer<%= s(plugins.gists.stargazers) %>
<%= plugins.gists.forks %> Fork<%= s(plugins.gists.forks) %>
<% } %>
<% } %>