if current.path[1]
  - var language = current.path[1]
if current.path[2]
  - var version = current.path[2].replace(/\_+/gm, ".")
if version && language
  - var styleguide = "/docs/"+language+"/"+ version +"/styleguide.html"
else
  - var styleguide = "/docs/ts/latest/styleguide.html"

.main-footer
  nav.background-midnight.grid-fluid

    .c3.main-footer-branding
      .logo-inverse-large

    .c2
      h3.text-headline RESOURCES
      h3.text-headline 资源库

      ul.text-body
        // TODO: (ericjim) make a libraries page to showcase all angular libraries
        //li <a href="/libraries.html">Libraries</a>
        li <a href="/about/">About</a>
        li <a href="/about/">关于</a>
        li <a href="/resources/">Books & Training</a>
        li <a href="/resources/">书籍与培训</a>
        li <a href="/resources/">Tools & Libraries</a>
        li <a href="/resources/">工具与库</a>
        li <a href="/resources/">Community</a>
        li <a href="/resources/">社区</a>
        li <a href="/presskit.html">Press Kit</a>
        li <a href="/presskit.html">宣传资料</a>

    .c2
      h3.text-headline HELP
      h3.text-headline 帮助

      ul.text-body
        li <a href="http://stackoverflow.com/questions/tagged/angular2">Stack Overflow</a>
        li <a href="http://stackoverflow.com/questions/tagged/angular2">Stack Overflow</a>
        li <a href="https://gitter.im/angular/angular">Gitter</a>
        li <a href="https://gitter.im/angular/angular">Gitter</a>
        li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
        li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
        li <a href="https://github.com/angular/angular/issues"> Report Issues</a>
        li <a href="https://github.com/angular/angular/issues"> 报告问题</a>
        li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Site Feedback</a>
        li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> 网站反馈</a>

    .c2
      h3.text-headline COMMUNITY
      h3.text-headline 社区

      ul.text-body
        li <a href="/events.html">Events</a>
        li <a href="/events.html">会议</a>
        li <a href="http://www.meetup.com/topics/angularjs/">Meetups</a>
        li <a href="http://www.meetup.com/topics/angularjs/">Meetups</a>
        li <a href="https://twitter.com/angularjs"> Twitter</a>
        li <a href="https://twitter.com/angularjs"> Twitter</a>
        li <a href="https://github.com/angular/angular"> GitHub</a>
        li <a href="https://github.com/angular/angular"> GitHub</a>
        li <a href="/contribute.html"> Contribute</a>
        li <a href="/contribute.html"> 做贡献</a>

    .c2
      h3.text-headline LANGUAGES
      h3.text-headline 其它语种

      ul.text-body
        li <a href="https://angular.io/" target="_blank">English</a>

  footer(class="background-midnight")
    small.text-caption Powered by Google ©2010-2016. Code licensed under an <a href="/license">MIT-style License</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
    a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger")
      span.icon-favorite
    a(aria-label="查看风格指南" href="/docs/ts/latest/styleguide.html" title="风格指南" class="styleguide-trigger text-snow translated-cn" md-button)
      span.icon-favorite

    p 
      small.text-caption 本网站由洛阳永欣维护 &nbsp;
        a(href="http://www.miitbeian.gov.cn/") 豫ICP备16019859号-1