Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7919327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:49:44+00:00 2026-06-03T15:49:44+00:00

I am building a Sammy application and I want to use Haml for it.

  • 0

I am building a Sammy application and I want to use Haml for it. Looks good so far.

app = $.sammy '#main', ->
    @use 'Haml'

    # Get some server data
    $.getJSON '/some-data', (data) ->
        # Hic sunt ponies

    @get '#!/', ->
        @partial '/tmpl/maintenance.haml'

    @

$ -> app.run '#!/'

I have a template /tmpl/navbar.haml that I would like to render before any routing. The reason for this is, the navbar is dependant on some data I receive from the server – again, before the routing.

So how can I render the template outside of the route? Sammy doesn’t seem to have a method read for this, only inside a RenderContext, e.g. a route.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T15:49:46+00:00Added an answer on June 3, 2026 at 3:49 pm

    I used ‘location-changed’ event, may be not ideal, but seems working:

    this.bind('location-changed', function(context) {
      var url = escape(app.getLocation());
      if (app.connected()) {
          $('#welcome').html(i18n('text_logged', 'index.php/account/account', app.connected().firstname, 'index.php/account/logout?_url=' + url));
      } else {
          $('#welcome').html(i18n('text_welcome', 'index.php/account/account?_url=' + url, 'index.php/account/register?_url=' + url));
      }
    });
    

    Where app.connected is session check. And ‘#welcome’ is outside of sammy’s $element, and should be present.

    You can use context.load for template.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Building my first SL MVVM application (Silverlight4 RC) and have some issues i don't
Building an ASP.NET MVC3 application at work and I'm trying to use a program
Building a relatively simple website, and need to store some data in the database
Building an MVC 3 app with Razor and I have some information persisted in
Building my Django app, I have been using some code from django-basic-app , in
Building a Jquery application which calls a number of endpoints to access data from
Building a mobile page with horisontal swipe-support, I want to use css3 and don't
Building a Shopping Cart app. Some products have options, some don't. I visitor can
Building a Silverlight 5 app that runs in the browser but getting some nagging
Building a django app with some mostly static pages at the front of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.