<% base_tag %> $MetaTags <% require themedCSS('client/styles/debug') %>

<% 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 (docs.silverstripe.org/en/developer_guides/controllers/)
  2. Setup the routes.yml to your Controller (docs.silverstripe.org/en/developer_guides/controllers/routing).
  3. Create a template for your Controller (docs.silverstripe.org/en/developer_guides/templates/)

Community resources

<% end_if %>