Skip to content

Instantly share code, notes, and snippets.

@arun12209
Last active January 15, 2023 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun12209/880867d90d8e04c2d2bd6da81a4cb1d7 to your computer and use it in GitHub Desktop.
Save arun12209/880867d90d8e04c2d2bd6da81a4cb1d7 to your computer and use it in GitHub Desktop.
<template>
<template lwc:if={isTemplateOne}>
This is template one.
</template>
<template lwc:else>
This is template two.
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment