The code powering m.abunchtell.com https://m.abunchtell.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

13 行
446 B

  1. !!! 5
  2. %html{ lang: I18n.locale }
  3. %head
  4. %meta{ charset: 'utf-8' }/
  5. %meta{ name: 'robots', content: 'noindex' }/
  6. = stylesheet_pack_tag 'common', media: 'all'
  7. = javascript_pack_tag 'common', integrity: true, crossorigin: 'anonymous'
  8. = javascript_pack_tag "locale_#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
  9. = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
  10. %body.embed
  11. = yield