<<<body
  // タイトル
  <<<title
    #title alias(page)
  >>>

  // ナビゲーションバー
  <<<adminmenu
    [[EditPage:SelfPage     編集]]
    [[UpdateStatic:SelfPage 最新]]
    [[StaticPage:SelfPage   HTML]]
    [[CgiPage:SelfPage      CGI]]
    [[CgiEdit:SelfPage      CGI編集]]
    [[TopPage              トップ]]
    [[NewPage              新規]]
    [[ListPage             一覧]]
    [[SearchPage           検索]]
    [[HelpPage             ヘルプ]]
  >>>

  // ページの内容
  <<<section
    #import SelfPage
  >>>

  // ボトムバー
  <<<bottombar
    ----
    * 最終更新内容
      #showdiff
    * このページの参照元
      #links
    ----
    #edit
  >>>

  // フッター
  <<<footer
    ----
    #footer
  >>>

  // サイドバー
  <<<sidebar
    <<<inner
      !メニュー

      !!レイアウト
      * [[EditPage:LayoutPage  ページのレイアウト]]
      * [[EditPage:EditPage    編集画面のレイアウト]]

      !!登録
      * [[AliasName     エイリアス名]]
      * [[IndexPage     索引]]
      * [[InterWikiName InterWikiName登録]]
      * [[ImagesPage    画像登録]]
      * [[ThemePark     テーマパーク]]
      * [[WikiFarm      Wiki牧場]]

      !!表示
      * [[PluginsPage   プラグイン]]
      * [[CountPage     アクセスカウンタ]]

      !!管理
      * [[AdminPage 管理用ページ]]
      * [[SecurityPage  セキュリティ]]

      !!最新の10件
      #list 10

    >>>
  >>>
>>>
