<% include!("./partials/header.stpl"); %>
<% include!("./partials/index_featured_content.stpl"); %>

Screenshots

A few early development screenshots of HFGE in action.

<% for screenshot in &self.screenshots { %>

<%= screenshot.title %>

<% } %>

Latest blog posts

<% for blog_post in &self.blog_posts { %>

<%= blog_post.title %>

<%= blog_post.published.to_string() %>

<%= blog_post.snippet %>

<% } %>
<% include!("./partials/footer.stpl"); %>
<% include!("./partials/script_core.stpl"); %>