mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 09:58:25 +00:00
We are moving away from the mobile-specific template pattern in favor of logical `{{#if}}` statements. This brings us closer to a standard Ember app, makes testing easier, and reduces duplicate code.