application.html.slim 200 B

12345678910
  1. doctype html
  2. html
  3. head
  4. title ChinaCity
  5. = stylesheet_link_tag "china_city/application", media: "all"
  6. = javascript_include_tag "china_city/application"
  7. = csrf_meta_tags
  8. body
  9. = yield