import { toProfile, toAvatar } from 'Link'; export default function generate(helper) { const { github, avatar } = helper; const lines = [ ``, ` `, ``, ]; return lines.join('\n'); }