<#import "./apple.ftl" as appleIcon> <#import "./bitbucket.ftl" as bitbucketIcon> <#import "./discord.ftl" as discordIcon> <#import "./facebook.ftl" as facebookIcon> <#import "./github.ftl" as githubIcon> <#import "./gitlab.ftl" as gitlabIcon> <#import "./google.ftl" as googleIcon> <#import "./instagram.ftl" as instagramIcon> <#import "./linkedin.ftl" as linkedinIcon> <#import "./microsoft.ftl" as microsoftIcon> <#import "./oidc.ftl" as oidcIcon> <#import "./openshift.ftl" as openshiftIcon> <#import "./paypal.ftl" as paypalIcon> <#import "./slack.ftl" as slackIcon> <#import "./stackoverflow.ftl" as stackoverflowIcon> <#import "./twitter.ftl" as twitterIcon> <#macro apple> <@appleIcon.kw /> <#macro bitbucket> <@bitbucketIcon.kw /> <#macro discord> <@discordIcon.kw /> <#macro facebook> <@facebookIcon.kw /> <#macro github> <@githubIcon.kw /> <#macro gitlab> <@gitlabIcon.kw /> <#macro google> <@googleIcon.kw /> <#macro instagram> <@instagramIcon.kw /> <#macro "linkedin-openid-connect"> <@linkedinIcon.kw /> <#macro microsoft> <@microsoftIcon.kw /> <#macro oidc> <@oidcIcon.kw /> <#macro "openshift-v3"> <@openshiftIcon.kw /> <#macro "openshift-v4"> <@openshiftIcon.kw /> <#macro paypal> <@paypalIcon.kw /> <#macro slack> <@slackIcon.kw /> <#macro stackoverflow> <@stackoverflowIcon.kw /> <#macro twitter> <@twitterIcon.kw />