<%= render :partial => "header" %>
<%= tr("Welcome to {site_title} API Documentation", "", :site_title => Platform::Config.site_title ) %>

<%=tr("Thank you for becoming a {site_title} developer.", "", :site_title => Platform::Config.site_title )%> <%=tr("We're happy to provide you with a set of developer tools that will enable you to register, develop and monitor your application on {site_title}.", "", :site_title => Tr8n::Config.site_title)%>

<%=tr("To learn more, use the menu on the left to expore the API.")%>

<%= render :partial => "footer" %>