您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
238B

  1. <!DOCTYPE html>
  2. <html>
  3. {{ partial "head.html" . }}
  4. <body>
  5. <p> This page does not exist or as they say, it's a 404 error</p>
  6. <p> If you can't find what you're looking for, it's better to sometimes look inside </p>
  7. </body>
  8. </html>