{
  "html": {
    "start": 0,
    "end": 182,
    "type": "Fragment",
    "children": [
      {
        "type": "IfStatement",
        "start": 0,
        "end": 182,
        "loc": {
          "start": {
            "line": 1,
            "column": 1
          },
          "end": {
            "line": 12,
            "column": 1
          }
        },
        "test": {
          "type": "Identifier",
          "start": {
            "offset": 4,
            "line": 1,
            "column": 5
          },
          "end": {
            "offset": 14,
            "line": 1,
            "column": 15
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 5
            },
            "end": {
              "line": 1,
              "column": 15
            }
          },
          "name": "isLoggedIn"
        },
        "consequent": {
          "type": "BlockStatement",
          "start": 18,
          "end": 31,
          "loc": {
            "start": {
              "line": 1,
              "column": 1
            },
            "end": {
              "line": 12,
              "column": 1
            }
          },
          "body": [
            {
              "type": "TextNode",
              "value": "Welcome back!",
              "raw": "Welcome back!",
              "start": 18,
              "end": 31
            }
          ]
        },
        "alternate": {
          "type": "BlockStatement",
          "start": 40,
          "end": 182,
          "loc": {
            "start": {
              "line": 1,
              "column": 1
            },
            "end": {
              "line": 12,
              "column": 1
            }
          },
          "body": [
            {
              "type": "EachStatement",
              "start": 40,
              "end": 182,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 3
                },
                "end": {
                  "line": 11,
                  "column": 1
                }
              },
              "source": {
                "type": "Identifier",
                "start": {
                  "offset": 46,
                  "line": 4,
                  "column": 9
                },
                "end": {
                  "offset": 51,
                  "line": 4,
                  "column": 14
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 9
                  },
                  "end": {
                    "line": 4,
                    "column": 14
                  }
                },
                "name": "tasks"
              },
              "item": {
                "type": "Identifier",
                "start": {
                  "offset": 55,
                  "line": 4,
                  "column": 18
                },
                "end": {
                  "offset": 59,
                  "line": 4,
                  "column": 22
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 18
                  },
                  "end": {
                    "line": 4,
                    "column": 22
                  }
                },
                "name": "task"
              },
              "key": null,
              "body": {
                "type": "BlockStatement",
                "start": 65,
                "end": 182,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 3
                  },
                  "end": {
                    "line": 11,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 65,
                    "end": 182,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 5
                      },
                      "end": {
                        "line": 10,
                        "column": 3
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 69,
                      "end": {
                        "offset": 90,
                        "line": 5,
                        "column": 30
                      },
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 9
                        },
                        "end": {
                          "line": 5,
                          "column": 30
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "Identifier",
                          "start": {
                            "offset": 69,
                            "line": 5,
                            "column": 9
                          },
                          "end": {
                            "offset": 73,
                            "line": 5,
                            "column": 13
                          },
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 9
                            },
                            "end": {
                              "line": 5,
                              "column": 13
                            }
                          },
                          "name": "task"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": {
                            "offset": 74,
                            "line": 5,
                            "column": 14
                          },
                          "end": {
                            "offset": 79,
                            "line": 5,
                            "column": 19
                          },
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 14
                            },
                            "end": {
                              "line": 5,
                              "column": 19
                            }
                          },
                          "name": "title"
                        },
                        "computed": false,
                        "optional": false
                      },
                      "operator": "==",
                      "right": {
                        "type": "Literal",
                        "start": {
                          "offset": 83,
                          "line": 5,
                          "column": 23
                        },
                        "end": {
                          "offset": 90,
                          "line": 5,
                          "column": 30
                        },
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 23
                          },
                          "end": {
                            "line": 5,
                            "column": 30
                          }
                        },
                        "value": "write",
                        "raw": "\"write\""
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 98,
                      "end": 142,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 5
                        },
                        "end": {
                          "line": 10,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "start": 98,
                          "end": 142,
                          "type": "Element",
                          "name": "li",
                          "attributes": [],
                          "children": [
                            {
                              "type": "Fragment",
                              "start": {
                                "offset": 103,
                                "line": 6,
                                "column": 12
                              },
                              "end": {
                                "offset": 131,
                                "line": 6,
                                "column": 40
                              },
                              "children": [
                                {
                                  "type": "TextNode",
                                  "value": "Important task: ",
                                  "raw": "Important task: ",
                                  "start": {
                                    "offset": 103,
                                    "line": 6,
                                    "column": 12
                                  },
                                  "end": {
                                    "offset": 119,
                                    "line": 6,
                                    "column": 28
                                  }
                                },
                                {
                                  "type": "MustacheTag",
                                  "expression": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "Identifier",
                                      "start": {
                                        "offset": 120,
                                        "line": 6,
                                        "column": 29
                                      },
                                      "end": {
                                        "offset": 124,
                                        "line": 6,
                                        "column": 33
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 33
                                        }
                                      },
                                      "name": "task"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": {
                                        "offset": 125,
                                        "line": 6,
                                        "column": 34
                                      },
                                      "end": {
                                        "offset": 130,
                                        "line": 6,
                                        "column": 39
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 39
                                        }
                                      },
                                      "name": "title"
                                    },
                                    "computed": false,
                                    "optional": false
                                  },
                                  "start": {
                                    "offset": 119,
                                    "line": 6,
                                    "column": 28
                                  },
                                  "end": {
                                    "offset": 131,
                                    "line": 6,
                                    "column": 40
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 154,
                      "end": 182,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 5
                        },
                        "end": {
                          "line": 10,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "start": 154,
                          "end": 182,
                          "type": "Element",
                          "name": "li",
                          "attributes": [],
                          "children": [
                            {
                              "type": "MustacheTag",
                              "expression": {
                                "type": "MemberExpression",
                                "object": {
                                  "type": "Identifier",
                                  "start": {
                                    "offset": 160,
                                    "line": 8,
                                    "column": 13
                                  },
                                  "end": {
                                    "offset": 164,
                                    "line": 8,
                                    "column": 17
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 17
                                    }
                                  },
                                  "name": "task"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": {
                                    "offset": 165,
                                    "line": 8,
                                    "column": 18
                                  },
                                  "end": {
                                    "offset": 170,
                                    "line": 8,
                                    "column": 23
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 23
                                    }
                                  },
                                  "name": "title"
                                },
                                "computed": false,
                                "optional": false
                              },
                              "start": {
                                "offset": 159,
                                "line": 8,
                                "column": 12
                              },
                              "end": {
                                "offset": 171,
                                "line": 8,
                                "column": 24
                              }
                            }
                          ]
                        }
                      ]
                    }
                  }
                ]
              }
            }
          ]
        }
      }
    ]
  }
}