Giter Club home page Giter Club logo

Comments (4)

nebrelbug avatar nebrelbug commented on May 27, 2024 2

The layout will have access to the body field, but also the rest of it :)

from eta.

carloszimm avatar carloszimm commented on May 27, 2024 1

Alright! Now I see its full advantage (write less repetitive template/partial parts) :D
Closing the issue/question...

from eta.

nebrelbug avatar nebrelbug commented on May 27, 2024

@carloszimm great question!

A partial is a reusable component that you can include multiple places. Think of a button or navbar.

A layout is a template that's automatically applied to the "outside" of your current template. It's nice if you want to wrap multiple templates in the same common elements. For example, I could have two files ("about.eta" and "index.eta") that both use the "layout.eta" template. The "layout.eta" template would wrap the two files in html, main, and body tags and add links to scripts and CSS files.

from eta.

carloszimm avatar carloszimm commented on May 27, 2024

@nebrelbug nice! I think I got it :)
About the data in the it variable, is it only populated with the body field or it has access to all data in scope? For instance, in EJS (ETA as well), partials have access to the parent view (or you could pass the data through the include). Or is layout something a little more static?

from eta.

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.