-
A simple way for websites to describe in clear, consistent terms what they do with the data we share.
Join the announcement list for up-to-date info. Recent Comments
- Ten Years Later on VRM: The user as point of integration
- Speaking of Identity – People-Centered Internet on Speaking of Identity
- In Context » Apps and Personal Data Stores on VRM and Personal Data Stores
- In Context » 2010 » March on VRM and Personal Data Stores
- In Context » Azigo on VRM and Personal Data Stores
Meta
Tag Archives: node
How to conditionally display variables with EJS
Short version: <%= user.name ? user.name : ” %> When using EJS as a template language, it can be a bit of a mystery how to concisely display variables if and only if they are defined. For example, if you … Continue reading
Posted in coding, Development
Tagged ejs, javascript, node, template, undefined
Comments Off on How to conditionally display variables with EJS