25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- = extends "layout.html"
-
- = block title
- About
- = endblock
-
- = block head
- {{ assets.tag("developers.css") }}
- = endblock
-
- = block body
- <div>
- <h1>Page under construction</h1>
- <p>
- Check back later. Have you read our <a href="/about">about page</a> and the <a href="/docs">docs</a>?
- </p>
- </div>
- = endblock
|