<% base_tag %> $MetaTags <% require css('framework/css/debug.css') %>

<% if $Title %>$Title<% else %>Welcome to SilverStripe<% end_if %>

<% if $Content || $Form %> $Content $Form <% else %>

Getting Started

To get started with the SilverStripe framework:

  1. Create a Controller subclass (doc.silverstripe.org/framework/en/topics/controller)
  2. Setup the routes.yml to your Controller (doc.silverstripe.org/framework/en/reference/director#routing).
  3. Create a template for your Controller (doc.silverstripe.org/framework/en/reference/templates)

Community resources

<% end_if %>