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

19 行
376B

  1. extends layout
  2. block headContent
  3. title Address #{address}
  4. block content
  5. h1(class="h2") Address
  6. br
  7. small(class="monospace") #{address}
  8. h2
  9. table(class="table")
  10. tr
  11. th(class="table-active properties-header") Balance
  12. td(class="monospace") #{balance}
  13. tr
  14. th(class="table-active properties-header") Recieved
  15. td(class="monospace") #{received}