Giter VIP home page Giter VIP logo

Comments (5)

baryshev avatar baryshev commented on July 25, 2024

Да, @ является ссылкой на контекст.

<% for image in @ : %>
    <a href="/img/<%- image %>.jpg"><img src="/img/<%- image %>_tn.jpg" /></a>
<% end %>

from ect.

disfated avatar disfated commented on July 25, 2024

Ещё this работает...
А может это в документации отразить?

from ect.

disfated avatar disfated commented on July 25, 2024

Кстати, есть ли способ программно строки отправлять в выдачу? Типа echo.

for image in @
    echo '<a href="/img' + image + '">bla</a>'

Что-то типа этого

from ect.

baryshev avatar baryshev commented on July 25, 2024

Через функцию например. Но это не очень хороший стиль для шаблонов.

<% showImages = (images) ->
  html = ''
  for image in images
    html += '<img src="' + image + '.jpg" />'
  html
%>

<%- showImages([7,4,5,6,7]) %>

from ect.

disfated avatar disfated commented on July 25, 2024

Точно :)
Извиняюсь за беспокойство, осознал, что все вопросы от незнания кофе-скрипта.

from ect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.