All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.tikui.style.atom.page-title.page-title.mixin.pug.mustache Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
mixin page-title(options)
  - const { placeholder } = options || {};
  - const placeholderClass = placeholder ? '-placeholder' : null;
  h1.page-title(class=placeholderClass)
    block




© 2015 - 2025 Weber Informatics LLC | Privacy Policy